Home
last modified time | relevance | path

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

/third_party/openssl/engines/
De_ossltest.c230 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/
Deng_devcrypto.c108 { NID_aes_128_gcm, 16, 128 / 8, 16, EVP_CIPH_GCM_MODE, CRYPTO_AES_GCM },
/third_party/openssl/crypto/objects/
Dobj_dat.h1978 {"id-aes128-GCM", "aes-128-gcm", NID_aes_128_gcm, 9, &so[5832]},
/third_party/openssl/ssl/
Dssl_ciph.c69 {SSL_AES128GCM, NID_aes_128_gcm}, /* SSL_ENC_AES128GCM_IDX 12 */
/third_party/openssl/include/openssl/
Dobj_mac.h2730 #define NID_aes_128_gcm 895 macro