Developer Guide and Reference for Intel® Cryptography Primitives Library
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-6FF54F6B-647B-444D-8DC3-DB2C856322D0
Visible to Intel only — GUID: GUID-6FF54F6B-647B-444D-8DC3-DB2C856322D0
DESGetSize
Gets the size of the IppsDESSpec context (deprecated).
Syntax
IppStatus ippsDESGetSize(int* pSize);
Include Files
ippcp.h
Parameters
pSize |
Pointer to the IppsDESSpec contextsize value. |
Description
This function gets the IppsDESSpec context size in bytes and stores it in *pSize.
Return Values
ippStsNoErr |
Indicates no error. Any othervalue indicates an error or warning. |
ippStsNullPtrErr |
Indicates an error condition if any of the specified pointers is NULL. |