Searched refs:NID_aes_128_gcm (Results 1 – 5 of 5) sorted by relevance
/third_party/openssl/engines/ |
D | e_ossltest.c | 230 NID_aes_128_cbc, NID_aes_128_gcm, 0 279 && ((_hidden_aes_128_gcm = EVP_CIPHER_meth_new(NID_aes_128_gcm, in ossltest_aes_128_gcm() 431 case NID_aes_128_gcm: in ossltest_ciphers()
|
/third_party/openssl/crypto/engine/ |
D | eng_devcrypto.c | 108 { NID_aes_128_gcm, 16, 128 / 8, 16, EVP_CIPH_GCM_MODE, CRYPTO_AES_GCM },
|
/third_party/openssl/crypto/objects/ |
D | obj_dat.h | 1978 {"id-aes128-GCM", "aes-128-gcm", NID_aes_128_gcm, 9, &so[5832]},
|
/third_party/openssl/ssl/ |
D | ssl_ciph.c | 69 {SSL_AES128GCM, NID_aes_128_gcm}, /* SSL_ENC_AES128GCM_IDX 12 */
|
/third_party/openssl/include/openssl/ |
D | obj_mac.h | 2730 #define NID_aes_128_gcm 895 macro
|