Developer Reference for Intel® Integrated Performance Primitives Cryptography
Gets the size of the IppsHashMethod context in bytes.
IppStatus ippsHashMethodGetSize(int *pSize);
ippcp.h
pSize |
Pointer to the value of the IppsHashMethod context size. |
The function gets the size of the IppsHashMethod context in bytes and stores it in *pSize.
ippStsNoErr |
Indicates no errors. Any other value indicates an error or warning. |
ippStsNullPtrErr |
Indicates an error condition if any of the specified pointers is NULL. |