Visible to Intel only — GUID: GUID-71D0E5ED-59D8-48F0-A370-7907C3B9C441
Visible to Intel only — GUID: GUID-71D0E5ED-59D8-48F0-A370-7907C3B9C441
SHA224Duplicate
Copies one IppsSHA224State context to another.
Syntax
IppStatus ippsSHA224Duplicate(const IppsSHA224State* pSrcCtx, IppsSHA224State* pDstCtx);
Include Files
ippcp.h
Parameters
pSrcCtx |
Pointer to the source SHA224State context to be cloned. |
pDstCtx |
Pointer to the destination IppsSHA224State context. |
Description
The function copies one IppsSHA224State context to another.
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 is NULL. |
ippStsContextMatchErr |
Indicates an error condition if the context parameter does not match the operation. |