Starts the process of authenticated encryption/decryption for a new message.
IppStatus ippsRijndael128CCMStart(const Ipp8u* pIV, Ipp32u ivLen, const Ipp8u* pAAD, Ipp32u aadLen, IppsRijndael128CCMState* pState);
pIV |
Pointer to the initialization vector. |
ivLen |
Length of the initialization vector *pIV (in bytes). |
pAAD |
Pointer to the additional authenticated data. |
aadLen |
Length of additional authenticated data *pAAD (in bytes). |
pState |
Pointer to the IppsRijndael128CCMState context. |
This function is declared in the ippcp.h file. The function resets internal counters and buffers of the *pState context.
ippStsNoErr |
Indicates no error. Any other value indicates an error or warning. |
pState |
Indicates an error condition if any of the specified pointers is NULL. |
pState |
Indicates an error condition if the context parameter does not match the operation. |
pState |
Indicates an error condition if ivLen < 7 or ivLen > 13 . |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.