Home
last modified time | relevance | path

Searched refs:EVP_CIPH_GCM_MODE (Results 1 - 25 of 28) sorted by relevance

12

/third_party/node/src/crypto/
H A Dcrypto_aes.cc64 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 Dcrypto_cipher.cc33 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 Dgmac_prov.c219 != EVP_CIPH_GCM_MODE) { in gmac_set_ctx_params()
/third_party/node/deps/openssl/openssl/ssl/
H A Dktls.c170 EVP_CIPHER_get_mode(c) == EVP_CIPH_GCM_MODE) { in ktls_configure_crypto()
H A Dt1_enc.c178 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 Dgmac_prov.c219 != EVP_CIPH_GCM_MODE) { in gmac_set_ctx_params()
/third_party/openssl/ssl/
H A Dktls.c170 EVP_CIPHER_get_mode(c) == EVP_CIPH_GCM_MODE) { in ktls_configure_crypto()
H A Dt1_enc.c178 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 De_devcrypto.c154 { 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 De_ossltest.c310 | EVP_CIPH_GCM_MODE)
/third_party/openssl/engines/
H A De_devcrypto.c154 { 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 De_ossltest.c310 | EVP_CIPH_GCM_MODE)
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Devp_lib.c112 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 Devp_lib.c112 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 Dciphercommon_gcm.c36 ctx->mode = EVP_CIPH_GCM_MODE; in ossl_gcm_initctx()
/third_party/openssl/providers/implementations/ciphers/
H A Dciphercommon_gcm.c36 ctx->mode = EVP_CIPH_GCM_MODE; in ossl_gcm_initctx()
/third_party/node/deps/openssl/openssl/ssl/record/
H A Drec_layer_d1.c885 else if (mode == EVP_CIPH_GCM_MODE) in do_dtls1_write()
H A Dssl3_record.c1200 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 Drec_layer_s3.c839 } else if (mode == EVP_CIPH_GCM_MODE) { in do_ssl3_write()
/third_party/openssl/ssl/record/
H A Drec_layer_d1.c885 else if (mode == EVP_CIPH_GCM_MODE) in do_dtls1_write()
H A Dssl3_record.c1200 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 Drec_layer_s3.c850 } else if (mode == EVP_CIPH_GCM_MODE) { in do_ssl3_write()
/third_party/openssl/ohos_lite/include/openssl/
H A Devp.h241 # define EVP_CIPH_GCM_MODE 0x6 macro
/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h305 # define EVP_CIPH_GCM_MODE 0x6 macro
/third_party/openssl/include/openssl/
H A Devp.h303 # define EVP_CIPH_GCM_MODE 0x6 macro

Completed in 38 milliseconds

12