Lines Matching full:associated
3 * AEAD: Authenticated Encryption with Associated Data
17 * DOC: Authenticated Encryption With Associated Data (AEAD) Cipher API
34 * pointer to the associated data memory location before performing the
35 * encryption or decryption operation. In case of an encryption, the associated
37 * associated data memory must contain data that is used to verify the integrity
48 * associated data || plaintext or ciphertext.
58 * the associated data, even though it won't be written to. This makes the
60 * "destination" associated data to alias the "source" associated data.
64 * associated data, the first element must point to the plaintext/ciphertext.
68 * of the associated data buffer must contain a second copy of the IV. This is
72 * treat the IV as associated data; nevertheless the length passed to
82 * @assoclen: Length in bytes of associated data for authentication
315 * tag (or MAC) in addition to the associated data.
366 * integrity of the ciphertext or the associated data was violated);
485 * hold the associated data concatenated with the plaintext or ciphertext. See
517 * aead_request_set_ad - set associated data information
519 * @assoclen: number of bytes in associated data
522 * the associated data.