Developer Guide and Reference for Intel® Integrated Performance Primitives Cryptography
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-1367C388-1CFA-488F-AB9D-AECF8A1E5C3B
Visible to Intel only — GUID: GUID-1367C388-1CFA-488F-AB9D-AECF8A1E5C3B
SHA256Duplicate
Copies one IppsSHA256State context to another.
Syntax
IppStatus ippsSHA256Duplicate(const IppsSHA256State* pSrcCtx, IppsSHA256State* pDstCtx);
Include Files
ippcp.h
Parameters
pSrcCtx |
Pointer to the source IppsSHA256State context to be cloned. |
pDstCtx |
Pointer to the destination IppsSHA256State context. |
Description
The function copies one IppsSHA256State 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. |