Completes computation of the HMAC value.
IppStatus ippsHMACSHA384Final(Ipp8u *pMAC, int macLen, IppsHMACSHA384State *pCtx);
pMAC |
Pointer to the resultant HMAC value. |
macLen |
Specified HMAC length. |
pCtx |
Pointer to the IppsHMACSHA384State context. |
This function is declared in the ippcp.h file. The function completes calculation of the digest value and stores the result into the specified pMD memory.
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. |
ippStsLengthErr |
Indicates an error condition if macLen is less than one or greater than the length of the hash value. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.