Visible to Intel only — GUID: GUID-F8584942-99D2-461C-8521-0469D2981183
Visible to Intel only — GUID: GUID-F8584942-99D2-461C-8521-0469D2981183
HashDuplicate
Copies one IppsHashState or IppsHashState_rmf context to another.
IppStatus ippsHashDuplicate(const IppsHashState* pSrcCtx, IppsHashState* pDstCtx);
IppStatus ippsHashDuplicate_rmf(const ippsHashState_rmf* pSrcCtx, ippsHashState_rmf* pDstCtx);
ippcp.h
pSrcCtx |
Pointer to the input IppsHashState or IppsHashState_rmf context to be cloned. |
pDstCtx |
Pointer to the output IppsHashState or IppsHashState_rmf context. |
The function copies one IppsHashState or IppsHashState_rmf context to another.
This function has a reduced memory footprint version. To learn more, see Reduced Memory Footprint Functions.
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. |
Did you find the information on this page useful?
Feedback Message
Characters remaining: