Lines Matching full:associated
3 * AEAD: Authenticated Encryption with Associated Data
18 * DOC: Authenticated Encryption With Associated Data (AEAD) Cipher API
35 * associated data memory location before performing the encryption or
46 * associated data || plaintext or ciphertext.
53 * used to verify the integrity of the plaintext and the associated data.
59 * the associated data, even though it won't be written to. This makes the
61 * "destination" associated data to alias the "source" associated data.
65 * associated data, the first element must point to the plaintext/ciphertext.
69 * of the associated data buffer must contain a second copy of the IV. This is
73 * treat the IV as associated data; nevertheless the length passed to
83 * @assoclen: Length in bytes of associated data for authentication
328 * tag (or MAC) in addition to the associated data.
379 * integrity of the ciphertext or the associated data was violated);
498 * hold the associated data concatenated with the plaintext or ciphertext. See
530 * aead_request_set_ad - set associated data information
532 * @assoclen: number of bytes in associated data
535 * the associated data.