Visible to Intel only — GUID: GUID-FF01F038-F712-457E-9529-BBE7F7847037
Visible to Intel only — GUID: GUID-FF01F038-F712-457E-9529-BBE7F7847037
ARCFourReset
Resets the IppsARCFourState context to the initial state (deprecated).
Syntax
IppStatus ippsARCFourReset(IppsARCFourState* pCtx);
Include Files
ippcp.h
Parameters
pCtx |
Pointer to the IppsARCFourState context being reset. |
Description
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.
Return Values
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. |