/third_party/node/deps/openssl/openssl/providers/implementations/macs/ |
H A D | gmac_prov.c | 238 if (EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_AEAD_SET_IVLEN, in gmac_set_ctx_params()
|
/third_party/openssl/providers/implementations/macs/ |
H A D | gmac_prov.c | 238 if (EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_AEAD_SET_IVLEN, in gmac_set_ctx_params()
|
/third_party/node/deps/ngtcp2/ngtcp2/crypto/openssl/ |
H A D | openssl.c | 231 !EVP_CIPHER_CTX_ctrl(actx, EVP_CTRL_AEAD_SET_IVLEN, (int)noncelen, in ngtcp2_crypto_aead_ctx_encrypt_init() 278 !EVP_CIPHER_CTX_ctrl(actx, EVP_CTRL_AEAD_SET_IVLEN, (int)noncelen, in ngtcp2_crypto_aead_ctx_decrypt_init()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_aria.c | 275 case EVP_CTRL_AEAD_SET_IVLEN: in aria_gcm_ctrl() 594 case EVP_CTRL_AEAD_SET_IVLEN: in aria_ccm_ctrl()
|
H A D | e_chacha20_poly1305.c | 537 case EVP_CTRL_AEAD_SET_IVLEN: in chacha20_poly1305_ctrl()
|
H A D | e_aes.c | 1370 case EVP_CTRL_AEAD_SET_IVLEN: in s390x_aes_gcm_ctrl() 2113 case EVP_CTRL_AEAD_SET_IVLEN: in s390x_aes_ccm_ctrl() 2580 case EVP_CTRL_AEAD_SET_IVLEN: in aes_gcm_ctrl() 3326 case EVP_CTRL_AEAD_SET_IVLEN: in aes_ccm_ctrl() 3757 case EVP_CTRL_AEAD_SET_IVLEN: in aes_ocb_ctrl()
|
H A D | evp_enc.c | 1134 case EVP_CTRL_AEAD_SET_IVLEN: in EVP_CIPHER_CTX_ctrl()
|
/third_party/openssl/crypto/evp/ |
H A D | e_aria.c | 275 case EVP_CTRL_AEAD_SET_IVLEN: in aria_gcm_ctrl() 594 case EVP_CTRL_AEAD_SET_IVLEN: in aria_ccm_ctrl()
|
H A D | e_chacha20_poly1305.c | 537 case EVP_CTRL_AEAD_SET_IVLEN: in chacha20_poly1305_ctrl()
|
H A D | e_aes.c | 1376 case EVP_CTRL_AEAD_SET_IVLEN: in s390x_aes_gcm_ctrl() 2119 case EVP_CTRL_AEAD_SET_IVLEN: in s390x_aes_ccm_ctrl() 2586 case EVP_CTRL_AEAD_SET_IVLEN: in aes_gcm_ctrl() 3332 case EVP_CTRL_AEAD_SET_IVLEN: in aes_ccm_ctrl() 3763 case EVP_CTRL_AEAD_SET_IVLEN: in aes_ocb_ctrl()
|
H A D | evp_enc.c | 1129 case EVP_CTRL_AEAD_SET_IVLEN: in EVP_CIPHER_CTX_ctrl()
|
/third_party/node/src/crypto/ |
H A D | crypto_aes.cc | 66 EVP_CTRL_AEAD_SET_IVLEN, in AES_Cipher()
|
H A D | crypto_cipher.cc | 129 EVP_CTRL_AEAD_SET_IVLEN, in GetCipherInfo() 567 EVP_CTRL_AEAD_SET_IVLEN, in Init()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | evp.h | 300 # define EVP_CTRL_AEAD_SET_IVLEN 0x9 macro 304 # define EVP_CTRL_GCM_SET_IVLEN EVP_CTRL_AEAD_SET_IVLEN 309 # define EVP_CTRL_CCM_SET_IVLEN EVP_CTRL_AEAD_SET_IVLEN
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | evp.h | 375 # define EVP_CTRL_AEAD_SET_IVLEN 0x9 macro 379 # define EVP_CTRL_GCM_SET_IVLEN EVP_CTRL_AEAD_SET_IVLEN 384 # define EVP_CTRL_CCM_SET_IVLEN EVP_CTRL_AEAD_SET_IVLEN
|
/third_party/openssl/include/openssl/ |
H A D | evp.h | 373 # define EVP_CTRL_AEAD_SET_IVLEN 0x9 macro 377 # define EVP_CTRL_GCM_SET_IVLEN EVP_CTRL_AEAD_SET_IVLEN 382 # define EVP_CTRL_CCM_SET_IVLEN EVP_CTRL_AEAD_SET_IVLEN
|
/third_party/node/deps/openssl/openssl/providers/fips/ |
H A D | self_test_kats.c | 75 && (EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_AEAD_SET_IVLEN, t->iv_len, NULL) > 0) in cipher_init()
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | t1_enc.c | 409 || (EVP_CIPHER_CTX_ctrl(dd, EVP_CTRL_AEAD_SET_IVLEN, 12, NULL) <= 0) in tls1_change_cipher_state()
|
H A D | tls13_enc.c | 392 || EVP_CIPHER_CTX_ctrl(ciph_ctx, EVP_CTRL_AEAD_SET_IVLEN, ivlen, NULL) <= 0 in derive_secret_key_and_iv()
|
/third_party/openssl/ssl/ |
H A D | tls13_enc.c | 392 || EVP_CIPHER_CTX_ctrl(ciph_ctx, EVP_CTRL_AEAD_SET_IVLEN, ivlen, NULL) <= 0 in derive_secret_key_and_iv()
|
H A D | t1_enc.c | 409 || (EVP_CIPHER_CTX_ctrl(dd, EVP_CTRL_AEAD_SET_IVLEN, 12, NULL) <= 0) in tls1_change_cipher_state()
|
/third_party/openssl/providers/fips/ |
H A D | self_test_kats.c | 75 && (EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_AEAD_SET_IVLEN, t->iv_len, NULL) > 0) in cipher_init()
|
/third_party/openssl/test/ |
H A D | acvp_test.c | 737 || !TEST_int_gt(EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_AEAD_SET_IVLEN, iv_len, in aes_ccm_enc_dec() 824 || !TEST_int_gt(EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_AEAD_SET_IVLEN, iv_len, in aes_gcm_enc_dec()
|
H A D | evp_test.c | 758 if (EVP_CIPHER_CTX_ctrl(ctx_base, EVP_CTRL_AEAD_SET_IVLEN, in cipher_test_enc()
|
/third_party/libcoap/src/ |
H A D | coap_openssl.c | 3804 EVP_CTRL_AEAD_SET_IVLEN, in coap_crypto_aead_encrypt() 3872 EVP_CTRL_AEAD_SET_IVLEN, in coap_crypto_aead_decrypt()
|