MD5GetSize
MD5GetSize
Gets the size of the
IppsMD5State
context in bytes (deprecated).Syntax
IppStatus ippsMD5GetSize(int
*pSize
);
Include Files
ippcp.h
Parameters
- pSize
- Pointer to theIppsMD5Statecontext size value.
Description
This algorithm is considered weak due to known attacks on it. The functionality remains in the library, but the implementation will no longer be optimized and no security patches will be applied.
The function gets the
IppsMD5State
context size in bytes and stores it in *pSize
.Return Values
- ippStsNoErr
- Indicates no error. Any other value indicates an error or warning.
- ippStsNullPtrErr
- Indicates an error condition if any of the specified pointers isNULL.