Searched refs:NID_aes_256_gcm (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/crypto/engine/ |
D | eng_devcrypto.c | 110 { NID_aes_256_gcm, 16, 256 / 8, 16, EVP_CIPH_GCM_MODE, CRYPTO_AES_GCM },
|
/third_party/openssl/crypto/objects/ |
D | obj_dat.h | 1984 {"id-aes256-GCM", "aes-256-gcm", NID_aes_256_gcm, 9, &so[5886]},
|
/third_party/openssl/ssl/ |
D | ssl_ciph.c | 70 {SSL_AES256GCM, NID_aes_256_gcm}, /* SSL_ENC_AES256GCM_IDX 13 */
|
/third_party/openssl/include/openssl/ |
D | obj_mac.h | 2806 #define NID_aes_256_gcm 901 macro
|