/third_party/node/src/crypto/ |
H A D | crypto_aes.cc | 64 if (mode == EVP_CIPH_GCM_MODE && !EVP_CIPHER_CTX_ctrl( in AES_Cipher() 87 if (mode == EVP_CIPH_GCM_MODE) { in AES_Cipher() 116 if (mode == EVP_CIPH_GCM_MODE && in AES_Cipher() 158 if (cipher_mode == kWebCryptoCipherEncrypt && mode == EVP_CIPH_GCM_MODE) { in AES_Cipher()
|
H A D | crypto_cipher.cc | 33 case EVP_CIPH_GCM_MODE: in IsSupportedAuthenticatedMode() 85 case EVP_CIPH_GCM_MODE: mode_label = "gcm"; break; in GetCipherInfo() 124 case EVP_CIPH_GCM_MODE: in GetCipherInfo() 438 mode == EVP_CIPH_GCM_MODE || in Init() 575 if (mode == EVP_CIPH_GCM_MODE) { in Init() 694 if (mode == EVP_CIPH_GCM_MODE) { in Init() 938 CHECK(mode == EVP_CIPH_GCM_MODE); in Init()
|
/third_party/node/deps/openssl/openssl/providers/implementations/macs/ |
H A D | gmac_prov.c | 219 != EVP_CIPH_GCM_MODE) { in gmac_set_ctx_params()
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ktls.c | 170 EVP_CIPHER_get_mode(c) == EVP_CIPH_GCM_MODE) { in ktls_configure_crypto()
|
H A D | t1_enc.c | 178 if (EVP_CIPHER_get_mode(c) == EVP_CIPH_GCM_MODE) in tls_iv_length_within_key_block() 394 if (EVP_CIPHER_get_mode(c) == EVP_CIPH_GCM_MODE) { in tls1_change_cipher_state()
|
/third_party/openssl/providers/implementations/macs/ |
H A D | gmac_prov.c | 219 != EVP_CIPH_GCM_MODE) { in gmac_set_ctx_params()
|
/third_party/openssl/ssl/ |
H A D | ktls.c | 170 EVP_CIPHER_get_mode(c) == EVP_CIPH_GCM_MODE) { in ktls_configure_crypto()
|
H A D | t1_enc.c | 178 if (EVP_CIPHER_get_mode(c) == EVP_CIPH_GCM_MODE) in tls_iv_length_within_key_block() 394 if (EVP_CIPHER_get_mode(c) == EVP_CIPH_GCM_MODE) { in tls1_change_cipher_state()
|
/third_party/node/deps/openssl/openssl/engines/ |
H A D | e_devcrypto.c | 154 { NID_aes_128_gcm, 16, 128 / 8, 16, EVP_CIPH_GCM_MODE, CRYPTO_AES_GCM }, 155 { NID_aes_192_gcm, 16, 192 / 8, 16, EVP_CIPH_GCM_MODE, CRYPTO_AES_GCM }, 156 { NID_aes_256_gcm, 16, 256 / 8, 16, EVP_CIPH_GCM_MODE, CRYPTO_AES_GCM },
|
H A D | e_ossltest.c | 310 | EVP_CIPH_GCM_MODE)
|
/third_party/openssl/engines/ |
H A D | e_devcrypto.c | 154 { NID_aes_128_gcm, 16, 128 / 8, 16, EVP_CIPH_GCM_MODE, CRYPTO_AES_GCM }, 155 { NID_aes_192_gcm, 16, 192 / 8, 16, EVP_CIPH_GCM_MODE, CRYPTO_AES_GCM }, 156 { NID_aes_256_gcm, 16, 256 / 8, 16, EVP_CIPH_GCM_MODE, CRYPTO_AES_GCM },
|
H A D | e_ossltest.c | 310 | EVP_CIPH_GCM_MODE)
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | evp_lib.c | 112 case EVP_CIPH_GCM_MODE: in evp_cipher_param_to_asn1_ex() 201 case EVP_CIPH_GCM_MODE: in evp_cipher_asn1_to_param_ex()
|
/third_party/openssl/crypto/evp/ |
H A D | evp_lib.c | 112 case EVP_CIPH_GCM_MODE: in evp_cipher_param_to_asn1_ex() 201 case EVP_CIPH_GCM_MODE: in evp_cipher_asn1_to_param_ex()
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | ciphercommon_gcm.c | 36 ctx->mode = EVP_CIPH_GCM_MODE; in ossl_gcm_initctx()
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | ciphercommon_gcm.c | 36 ctx->mode = EVP_CIPH_GCM_MODE; in ossl_gcm_initctx()
|
/third_party/node/deps/openssl/openssl/ssl/record/ |
H A D | rec_layer_d1.c | 885 else if (mode == EVP_CIPH_GCM_MODE) in do_dtls1_write()
|
H A D | ssl3_record.c | 1200 if (EVP_CIPHER_get_mode(enc) == EVP_CIPH_GCM_MODE) { in tls1_enc() 1248 if (EVP_CIPHER_get_mode(enc) == EVP_CIPH_GCM_MODE) { in tls1_enc()
|
H A D | rec_layer_s3.c | 839 } else if (mode == EVP_CIPH_GCM_MODE) { in do_ssl3_write()
|
/third_party/openssl/ssl/record/ |
H A D | rec_layer_d1.c | 885 else if (mode == EVP_CIPH_GCM_MODE) in do_dtls1_write()
|
H A D | ssl3_record.c | 1200 if (EVP_CIPHER_get_mode(enc) == EVP_CIPH_GCM_MODE) { in tls1_enc() 1248 if (EVP_CIPHER_get_mode(enc) == EVP_CIPH_GCM_MODE) { in tls1_enc()
|
H A D | rec_layer_s3.c | 850 } else if (mode == EVP_CIPH_GCM_MODE) { in do_ssl3_write()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | evp.h | 241 # define EVP_CIPH_GCM_MODE 0x6 macro
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | evp.h | 305 # define EVP_CIPH_GCM_MODE 0x6 macro
|
/third_party/openssl/include/openssl/ |
H A D | evp.h | 303 # define EVP_CIPH_GCM_MODE 0x6 macro
|