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
131 * during encryption or the size of the authentication tag to be
283 * data returned by the encryption or decryption operation
357 * IMPORTANT NOTE The encryption operation creates the authentication data /
510 * For encryption, the source is treated as the plaintext and the
516 * - AEAD encryption input: assoc data || plaintext
517 * - AEAD encryption output: assoc data || ciphertext || auth tag