Lines Matching full:encryption
3 * AEAD: Authenticated Encryption with Associated Data
17 * DOC: Authenticated Encryption With Associated Data (AEAD) Cipher API
22 * The most prominent examples for this type of encryption is GCM and CCM.
35 * encryption or decryption operation. In case of an encryption, the associated
36 * data memory is filled during the encryption operation. For decryption, the
52 * during encryption (resp. decryption).
54 * In-place encryption/decryption is enabled by using the same scatterlist
114 * during encryption or the size of the authentication tag to be
261 * data returned by the encryption or decryption operation
335 * IMPORTANT NOTE The encryption operation creates the authentication data /
488 * For encryption, the source is treated as the plaintext and the
494 * - AEAD encryption input: assoc data || plaintext
495 * - AEAD encryption output: assoc data || ciphertext || auth tag