Lines Matching full:encryption
3 * AEAD: Authenticated Encryption with Associated Data
18 * DOC: Authenticated Encryption With Associated Data (AEAD) Cipher API
23 * The most prominent examples for this type of encryption is GCM and CCM.
35 * associated data memory location before performing the encryption or
50 * during encryption (resp. decryption). The authentication tag is generated
51 * during the encryption operation and appended to the ciphertext. During
55 * In-place encryption/decryption is enabled by using the same scatterlist
115 * during encryption or the size of the authentication tag to be
274 * data returned by the encryption or decryption operation
348 * IMPORTANT NOTE The encryption operation creates the authentication data /
501 * For encryption, the source is treated as the plaintext and the
507 * - AEAD encryption input: assoc data || plaintext
508 * - AEAD encryption output: assoc data || ciphertext || auth tag