Developer Reference for Intel® Integrated Performance Primitives Cryptography 2018
Resets the IppsARCFourState context to the initial state.
IppStatus ippsARCFourReset(IppsARCFourState* pCtx);
ippcp.h
pCtx |
Pointer to the IppsARCFourState context being reset. |
The function resets the IppsARCFourState context to the state it had immediately after the ARCFourInit function call. Contrary to ARCFourInit, ARCFourReset requires no secret key to initialize the S-Box.
ippStsNullPtrErr |
Indicates an error condition if any of the specified pointers is NULL. |
ippStsContextMatchErr |
Indicates an error condition if the context parameter does not match the operation. |