Completes computation of the DAC value.
IppStatus ippsDAARijndael128Final(Ipp8u *pDAC, int dacLen, IppsDAARijndael128State *pCtx);
pDAC |
Pointer to the DAC value. |
dacLen |
Specified length of the DAC. |
pCtx |
Pointer to the IppsDAARijndael128State context. |
This function is declared in the ippcp.h file. The function completes calculation of the digest value and stored result into the specified pDAC 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. |
ippStsLengthErr |
Indicates an error condition if dacLen is less than 1 or greater than cipher's data block length. |
ippStsContextMatchErr |
Indicates an error condition if the context parameter does not match the operation. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.