Home
last modified time | relevance | path

Searched refs:EVP_CIPHER_get_flags (Results 1 - 25 of 34) sorted by relevance

12

/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_enc.c106 if ((EVP_CIPHER_get_flags(cipher) & EVP_CIPH_FLAG_AEAD_CIPHER)) { in ossl_cms_EncryptedContent_init_bio()
174 if ((EVP_CIPHER_get_flags(cipher) & EVP_CIPH_FLAG_AEAD_CIPHER)) { in ossl_cms_EncryptedContent_init_bio()
H A Dcms_kari.c434 if ((EVP_CIPHER_get_flags(cipher) & EVP_CIPH_FLAG_GET_WRAP_CIPHER) != 0) { in cms_wrap_init()
H A Dcms_env.c1131 if ((EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(ctx)) in cms_EnvelopedData_Decryption_init_bio()
1251 if ((EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(ctx)) in ossl_cms_EnvelopedData_final()
/third_party/node/deps/openssl/openssl/crypto/pkcs12/
H A Dp12_decr.c47 if ((EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(ctx)) in PKCS12_pbe_crypt_ex()
92 if ((EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(ctx)) in PKCS12_pbe_crypt_ex()
/third_party/openssl/crypto/cms/
H A Dcms_enc.c105 if ((EVP_CIPHER_get_flags(cipher) & EVP_CIPH_FLAG_AEAD_CIPHER)) { in ossl_cms_EncryptedContent_init_bio()
173 if ((EVP_CIPHER_get_flags(cipher) & EVP_CIPH_FLAG_AEAD_CIPHER)) { in ossl_cms_EncryptedContent_init_bio()
H A Dcms_kari.c434 if ((EVP_CIPHER_get_flags(cipher) & EVP_CIPH_FLAG_GET_WRAP_CIPHER) != 0) { in cms_wrap_init()
H A Dcms_env.c1112 if ((EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(ctx)) in cms_EnvelopedData_Decryption_init_bio()
1232 if ((EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(ctx)) in ossl_cms_EnvelopedData_final()
/third_party/openssl/crypto/pkcs12/
H A Dp12_decr.c47 if ((EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(ctx)) in PKCS12_pbe_crypt_ex()
92 if ((EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(ctx)) in PKCS12_pbe_crypt_ex()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Devp_lib.c104 } else if ((EVP_CIPHER_get_flags(cipher) & EVP_CIPH_FLAG_CUSTOM_ASN1) == 0) { in evp_cipher_param_to_asn1_ex()
195 } else if ((EVP_CIPHER_get_flags(cipher) & EVP_CIPH_FLAG_CUSTOM_ASN1) == 0) { in evp_cipher_asn1_to_param_ex()
470 unsigned long EVP_CIPHER_get_flags(const EVP_CIPHER *cipher) in EVP_CIPHER_get_flags() function
525 else if ((EVP_CIPHER_get_flags(ctx->cipher) in EVP_CIPHER_CTX_get_iv_length()
728 return EVP_CIPHER_get_flags(cipher) & EVP_CIPH_MODE; in EVP_CIPHER_get_mode()
/third_party/openssl/crypto/evp/
H A Devp_lib.c104 } else if ((EVP_CIPHER_get_flags(cipher) & EVP_CIPH_FLAG_CUSTOM_ASN1) == 0) { in evp_cipher_param_to_asn1_ex()
195 } else if ((EVP_CIPHER_get_flags(cipher) & EVP_CIPH_FLAG_CUSTOM_ASN1) == 0) { in evp_cipher_asn1_to_param_ex()
470 unsigned long EVP_CIPHER_get_flags(const EVP_CIPHER *cipher) in EVP_CIPHER_get_flags() function
525 else if ((EVP_CIPHER_get_flags(ctx->cipher) in EVP_CIPHER_CTX_get_iv_length()
728 return EVP_CIPHER_get_flags(cipher) & EVP_CIPH_MODE; in EVP_CIPHER_get_mode()
/third_party/node/deps/openssl/openssl/ssl/
H A Dt1_enc.c149 if ((EVP_CIPHER_get_flags(ciph) & EVP_CIPH_FLAG_AEAD_CIPHER) == 0 in tls_provider_set_tls_params()
364 if (!(EVP_CIPHER_get_flags(c) & EVP_CIPH_FLAG_AEAD_CIPHER)) { in tls1_change_cipher_state()
423 if ((EVP_CIPHER_get_flags(c) & EVP_CIPH_FLAG_AEAD_CIPHER) in tls1_change_cipher_state()
/third_party/openssl/ssl/
H A Dt1_enc.c149 if ((EVP_CIPHER_get_flags(ciph) & EVP_CIPH_FLAG_AEAD_CIPHER) == 0 in tls_provider_set_tls_params()
364 if (!(EVP_CIPHER_get_flags(c) & EVP_CIPH_FLAG_AEAD_CIPHER)) { in tls1_change_cipher_state()
423 if ((EVP_CIPHER_get_flags(c) & EVP_CIPH_FLAG_AEAD_CIPHER) in tls1_change_cipher_state()
/third_party/node/deps/openssl/openssl/ssl/record/
H A Dssl3_record.c487 && (EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(s->enc_read_ctx)) in ssl3_get_record()
1055 if ((EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(ds)) in tls1_enc()
1068 if ((EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(ds)) in tls1_enc()
1237 if ((EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(ds)) in tls1_enc()
1277 (EVP_CIPHER_get_flags(enc) in tls1_enc()
H A Drec_layer_s3.c440 && (EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(s->enc_write_ctx)) in ssl3_write_bytes()
589 || (EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(s->enc_write_ctx)) in ssl3_write_bytes()
/third_party/openssl/ssl/record/
H A Dssl3_record.c487 && (EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(s->enc_read_ctx)) in ssl3_get_record()
1055 if ((EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(ds)) in tls1_enc()
1068 if ((EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(ds)) in tls1_enc()
1237 if ((EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(ds)) in tls1_enc()
1277 (EVP_CIPHER_get_flags(enc) in tls1_enc()
H A Drec_layer_s3.c451 && (EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(s->enc_write_ctx)) in ssl3_write_bytes()
600 || (EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(s->enc_write_ctx)) in ssl3_write_bytes()
/third_party/openssl/test/
H A Devp_libctx_test.c444 if (((EVP_CIPHER_get_flags(cipher) in test_cipher_reinit_partialupdate()
574 && TEST_int_eq(EVP_CIPHER_get_flags(aes_cipher) & EVP_CIPH_RAND_KEY, 0) in test_cipher_tdes_randkey()
576 && TEST_int_ne(EVP_CIPHER_get_flags(tdes_cipher) & EVP_CIPH_RAND_KEY, 0) in test_cipher_tdes_randkey()
H A Devp_test.c583 if (EVP_CIPHER_get_flags(cipher) & EVP_CIPH_FLAG_AEAD_CIPHER) in cipher_test_init()
819 || ((EVP_CIPHER_get_flags(expected->cipher) & EVP_CIPH_CUSTOM_IV) == 0 in cipher_test_enc()
995 || ((EVP_CIPHER_get_flags(expected->cipher) & EVP_CIPH_CUSTOM_IV) == 0 in cipher_test_enc()
1080 || ((EVP_CIPHER_get_flags(cdat->cipher) & EVP_CIPH_FLAG_CTS) != 0) in cipher_test_run()
/third_party/node/deps/openssl/openssl/apps/
H A Denc.c668 || (EVP_CIPHER_get_flags(cipher) & EVP_CIPH_FLAG_AEAD_CIPHER) != 0 in show_ciphers()
H A Dspeed.c1747 } else if (!(EVP_CIPHER_get_flags(evp_cipher) & in speed_main()
1759 } else if (!(EVP_CIPHER_get_flags(evp_cipher) & in speed_main()
2216 if (multiblock && (EVP_CIPHER_get_flags(evp_cipher) & in speed_main()
2227 } else if (aead && (EVP_CIPHER_get_flags(evp_cipher) & in speed_main()
/third_party/openssl/apps/
H A Denc.c665 || (EVP_CIPHER_get_flags(cipher) & EVP_CIPH_FLAG_AEAD_CIPHER) != 0 in show_ciphers()
H A Dspeed.c1733 } else if (!(EVP_CIPHER_get_flags(evp_cipher) & in speed_main()
1745 } else if (!(EVP_CIPHER_get_flags(evp_cipher) & in speed_main()
2202 if (multiblock && (EVP_CIPHER_get_flags(evp_cipher) & in speed_main()
2213 } else if (aead && (EVP_CIPHER_get_flags(evp_cipher) & in speed_main()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h599 unsigned long EVP_CIPHER_get_flags(const EVP_CIPHER *cipher);
600 # define EVP_CIPHER_flags EVP_CIPHER_get_flags
648 # define EVP_CIPHER_CTX_flags(c) EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(c))
/third_party/openssl/include/openssl/
H A Devp.h597 unsigned long EVP_CIPHER_get_flags(const EVP_CIPHER *cipher);
598 # define EVP_CIPHER_flags EVP_CIPHER_get_flags
646 # define EVP_CIPHER_CTX_flags(c) EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(c))
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dopt.c415 flags = EVP_CIPHER_get_flags(c); in opt_cipher()

Completed in 46 milliseconds

12