ippsHashDRBG_Uninstantiate#
Uninstantiates the Hash DRBG.
Syntax#
IppStatus ippsHashDRBG_Uninstantiate(IppsHashDRBGState* pDrbgCtx);
Include Files#
ippcp.h
Parameters#
pDrbgCtx |
Pointer to the |
Description#
The uninstantiate function empties the internal state.
Return Values#
ippStsNoErr |
Indicates no error. All single operations executed without errors. Any other value indicates an error. |
ippStsNullPtrErr |
|
ippStsContextMatchErr |
If the DRBG identifier doesn’t match. |