Visible to Intel only — GUID: GUID-2F3313E4-D75B-44D8-BE41-B1EE1082D9C6
Visible to Intel only — GUID: GUID-2F3313E4-D75B-44D8-BE41-B1EE1082D9C6
SHA384Duplicate
Copies one IppsSHA384State context to another.
Syntax
IppStatus ippsSHA384Duplicate(const IppsSHA384State* pSrcCtx, IppsSHA384State* pDstCtx);
Include Files
ippcp.h
Parameters
pSrcCtx |
Pointer to the source IppsSHA384State context to be cloned. |
pDstCtx |
Pointer to the destination IppsSHA384State context. |
Description
The function copies one IppsSHA384State 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. |