Searched refs:NID_aes_128_gcm (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/openssl/engines/ |
H A D | e_ossltest.c | 247 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 D | e_devcrypto.c | 154 { NID_aes_128_gcm, 16, 128 / 8, 16, EVP_CIPH_GCM_MODE, CRYPTO_AES_GCM },
|
/freebsd/crypto/openssl/ssl/ |
H A D | ktls.c | 258 case NID_aes_128_gcm: in ktls_configure_crypto()
|
H A D | ssl_ciph.c | 46 {SSL_AES128GCM, NID_aes_128_gcm}, /* SSL_ENC_AES128GCM_IDX 12 */
|
/freebsd/crypto/openssl/crypto/objects/ |
H A D | obj_dat.h | 2017 {"id-aes128-GCM", "aes-128-gcm", NID_aes_128_gcm, 9, &so[5832]},
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | obj_mac.h | 2865 #define NID_aes_128_gcm 895 macro
|