Home
last modified time | relevance | path

Searched refs:aead_fixed_nonce_len (Results 1 – 1 of 1) sorted by relevance

/dragonfly/crypto/libressl/ssl/
H A Dtls12_record_layer.c38 size_t aead_fixed_nonce_len; member
67 freezero(rp->aead_fixed_nonce, rp->aead_fixed_nonce_len); in tls12_record_protection_clear()
434 if (!CBS_stow(iv, &rp->aead_fixed_nonce, &rp->aead_fixed_nonce_len)) in tls12_record_layer_ccs_aead()
447 if (rp->aead_fixed_nonce_len != rp->aead_nonce_len) in tls12_record_layer_ccs_aead()
453 if (rp->aead_fixed_nonce_len + in tls12_record_layer_ccs_aead()
808 rp->aead_fixed_nonce_len)) in tls12_record_layer_aead_concat_nonce()
834 if (rp->aead_fixed_nonce_len < rp->aead_variable_nonce_len) in tls12_record_layer_aead_xored_nonce()
836 if (rp->aead_fixed_nonce_len != rp->aead_nonce_len) in tls12_record_layer_aead_xored_nonce()
846 rp->aead_fixed_nonce_len - rp->aead_variable_nonce_len)) in tls12_record_layer_aead_xored_nonce()
854 for (i = 0; i < rp->aead_fixed_nonce_len; i++) in tls12_record_layer_aead_xored_nonce()