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-4BBE2613-3AAC-4BED-AA53-DD973D35C897
Visible to Intel only — GUID: GUID-4BBE2613-3AAC-4BED-AA53-DD973D35C897
HashDuplicate
Copies one IppsHashState or IppsHashState_rmf context to another.
Syntax
IppStatus ippsHashDuplicate(const IppsHashState* pSrcCtx, IppsHashState* pDstCtx);
IppStatus ippsHashDuplicate_rmf(const ippsHashState_rmf* pSrcCtx, ippsHashState_rmf* pDstCtx);
Include Files
ippcp.h
Parameters
pSrcCtx |
Pointer to the input IppsHashState or IppsHashState_rmf context to be cloned. |
pDstCtx |
Pointer to the output IppsHashState or IppsHashState_rmf context. |
Description
The function copies one IppsHashState or IppsHashState_rmf 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 any of the context parameters does not match the operation. |