Lines Matching full:associated
3 * AEAD: Authenticated Encryption with Associated Data
16 * DOC: Authenticated Encryption With Associated Data (AEAD) Cipher API
33 * pointer to the associated data memory location before performing the
34 * encryption or decryption operation. In case of an encryption, the associated
36 * associated data memory must contain data that is used to verify the integrity
47 * associated data || plaintext or ciphertext.
57 * the associated data, even though it won't be written to. This makes the
59 * "destination" associated data to alias the "source" associated data.
63 * associated data, the first element must point to the plaintext/ciphertext.
67 * of the associated data buffer must contain a second copy of the IV. This is
71 * treat the IV as associated data; nevertheless the length passed to
80 * @assoclen: Length in bytes of associated data for authentication
306 * tag (or MAC) in addition to the associated data.
357 * integrity of the ciphertext or the associated data was violated);
476 * hold the associated data concatenated with the plaintext or ciphertext. See
508 * aead_request_set_ad - set associated data information
510 * @assoclen: number of bytes in associated data
513 * the associated data.