Lines Matching full:encryption
3 * AEAD: Authenticated Encryption with Associated Data
16 * DOC: Authenticated Encryption With Associated Data (AEAD) Cipher API
21 * The most prominent examples for this type of encryption is GCM and CCM.
34 * encryption or decryption operation. In case of an encryption, the associated
35 * data memory is filled during the encryption operation. For decryption, the
51 * during encryption (resp. decryption).
53 * In-place encryption/decryption is enabled by using the same scatterlist
112 * during encryption or the size of the authentication tag to be
252 * data returned by the encryption or decryption operation
326 * IMPORTANT NOTE The encryption operation creates the authentication data /
479 * For encryption, the source is treated as the plaintext and the
485 * - AEAD encryption input: assoc data || plaintext
486 * - AEAD encryption output: assoc data || cipherntext || auth tag