Lines Matching refs:ciphertext
1597 * the ciphertext proper.
1642 * ciphertext proper.
1790 * decryption. If the IV is prepended to the ciphertext, you can call
1995 * padding, and the ciphertext does not contain valid padding.
2064 * \param[out] ciphertext Output buffer for the authenticated and
2071 * \param ciphertext_size Size of the \p ciphertext buffer in bytes.
2080 * ciphertext size of any supported AEAD
2083 * in the \p ciphertext buffer.
2117 uint8_t *ciphertext,
2134 * \param[in] ciphertext Data that has been authenticated and
2140 * \param ciphertext_length Size of \p ciphertext in bytes.
2160 * The ciphertext is not authentic.
2188 const uint8_t *ciphertext,
2322 * of the ciphertext to decrypt each time.
2639 * - \p ciphertext contains trailing ciphertext that was buffered from
2648 * \param[out] ciphertext Buffer where the last part of the ciphertext
2650 * \param ciphertext_size Size of the \p ciphertext buffer in bytes.
2662 * returned ciphertext.
2683 * The size of the \p ciphertext or \p tag buffer is too small.
2686 * required \p ciphertext buffer size. #PSA_AEAD_TAG_LENGTH(\c key_type,
2709 uint8_t *ciphertext,
2725 * - The ciphertext consisting of the concatenation of the inputs passed to