Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/engines/
H A De_ossltest.c247 NID_aes_128_cbc, NID_aes_128_gcm,
315 && ((_hidden_aes_128_gcm = EVP_CIPHER_meth_new(NID_aes_128_gcm, in ossltest_aes_128_gcm()
540 case NID_aes_128_gcm: in ossltest_ciphers()
H A De_devcrypto.c154 { NID_aes_128_gcm, 16, 128 / 8, 16, EVP_CIPH_GCM_MODE, CRYPTO_AES_GCM },
/freebsd/crypto/openssl/ssl/
H A Dktls.c258 case NID_aes_128_gcm: in ktls_configure_crypto()
H A Dssl_ciph.c46 {SSL_AES128GCM, NID_aes_128_gcm}, /* SSL_ENC_AES128GCM_IDX 12 */
/freebsd/crypto/openssl/crypto/objects/
H A Dobj_dat.h2017 {"id-aes128-GCM", "aes-128-gcm", NID_aes_128_gcm, 9, &so[5832]},
/freebsd/crypto/openssl/include/openssl/
H A Dobj_mac.h2865 #define NID_aes_128_gcm 895 macro