Copies one IppsHMACMD5State context to another.
IppStatus ippsHMACMD5Duplicate(const IppsHMACMD5State* pSrcCtx, IppsHMACMD5State* pDstCtx);
pSrcCtx |
Pointer to the source IppsHMACMD5State context. |
pDstCtx |
Pointer to the source IppsHMACMD5State context to be cloned. |
The function is declared in the ippcp.h file. The function copies one IppsHMACMD5State 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. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.