Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/apps/openssl/
H A Dspeed.c1285 EVP_AEAD_DEFAULT_TAG_LENGTH, NULL); in speed_main()
1313 EVP_AEAD_DEFAULT_TAG_LENGTH, NULL); in speed_main()
1342 EVP_AEAD_DEFAULT_TAG_LENGTH, NULL); in speed_main()
/dragonfly/crypto/libressl/ssl/
H A Dtls13_record_layer.c485 EVP_AEAD_DEFAULT_TAG_LENGTH, NULL)) in tls13_record_layer_set_traffic_key()
H A Dtls12_record_layer.c459 CBS_len(key), EVP_AEAD_DEFAULT_TAG_LENGTH, NULL)) in tls12_record_layer_ccs_aead()
/dragonfly/crypto/libressl/include/openssl/
H A Devp.h1215 #define EVP_AEAD_DEFAULT_TAG_LENGTH 0 macro
/dragonfly/crypto/libressl/crypto/evp/
H A De_aes.c2251 if (tag_len == EVP_AEAD_DEFAULT_TAG_LENGTH) in aead_aes_gcm_init()