Lines Matching refs:AEAD
38 - AEAD ciphers
192 AEAD Cipher API
257 AEAD Memory Structure
260 The AEAD cipher operates with the following information that is
277 - AEAD encryption input: AAD \|\| plaintext
279 - AEAD decryption input: AAD \|\| ciphertext \|\| authentication tag
284 - AEAD encryption output: ciphertext \|\| authentication tag
286 - AEAD decryption output: plaintext
381 - the AEAD cipher type
386 AEAD ciphers. For a encryption operation, the authentication tag of
389 the given size (see section about AEAD memory layout below).