Developer Reference for Intel® Integrated Performance Primitives Cryptography
Copies one IppsSHA512State context to another.
IppStatus ippsSHA512Duplicate(const IppsSHA512State* pSrcCtx, IppsSHA512State* pDstCtx);
ippcp.h
pSrcCtx |
Pointer to the source IppsSHA512State context to be cloned. |
pDstCtx |
Pointer to the destination IppsSHA512State context. |
The function copies one IppsSHA512State context to another.
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. |