Lines Matching full:nonce
29 * message has a unique, per-message nonce and, optionally, additional data
55 * When sealing messages, a nonce must be given. The length of the nonce is
57 * nonce must be unique for all messages with the same key*. This is critically
58 * important - nonce reuse may completely undermine the security of the AEAD.
61 * randomly. The nonce must be passed into the "open" operation by the receiver
113 * If the nonce is empty then the default nonce will be used, otherwise it must
125 * authentication. The nonce is 12 bytes; the bottom 32-bits are used as the
187 /* EVP_AEAD_nonce_length returns the length, in bytes, of the per-message nonce
216 /* EVP_AEAD_MAX_NONCE_LENGTH contains the maximum nonce length used by
278 * The length of |nonce|, |nonce_len|, must be equal to the result of
288 const uint8_t *nonce, size_t nonce_len,
303 * The length of |nonce|, |nonce_len|, must be equal to the result of
313 const uint8_t *nonce, size_t nonce_len,