Lines Matching full:authenticated
15 * \brief Process an authenticated encryption operation.
33 * \param[in] additional_data Additional data that will be authenticated
36 * \param[in] plaintext Data that will be authenticated and encrypted.
38 * \param[out] ciphertext Output buffer for the authenticated and
77 * \brief Process an authenticated decryption operation.
95 * \param[in] additional_data Additional data that has been authenticated
98 * \param[in] ciphertext Data that has been authenticated and
139 /** Set the key for a multipart authenticated encryption operation.
182 /** Set the key for a multipart authenticated decryption operation.
225 /** Set the nonce for an authenticated encryption or decryption operation.
232 * This function sets the nonce for the authenticated
282 * authenticated data in bytes.
306 * Additional data is authenticated, but not encrypted.