Searched refs:EVP_CIPHER_meth_set_flags (Results 1 - 18 of 18) sorted by relevance
/third_party/node/deps/openssl/openssl/engines/ |
H A D | e_ossltest.c | 289 || !EVP_CIPHER_meth_set_flags(_hidden_aes_128_cbc, in ossltest_aes_128_cbc() 319 || !EVP_CIPHER_meth_set_flags(_hidden_aes_128_gcm, AES_GCM_FLAGS) in ossltest_aes_128_gcm() 344 || !EVP_CIPHER_meth_set_flags(_hidden_aes_128_cbc_hmac_sha1, in ossltest_aes_128_cbc_hmac_sha1()
|
H A D | e_dasync.c | 285 || !EVP_CIPHER_meth_set_flags(_hidden_aes_128_cbc, in bind_dasync() 309 || !EVP_CIPHER_meth_set_flags(_hidden_aes_256_ctr, in bind_dasync() 334 || !EVP_CIPHER_meth_set_flags(_hidden_aes_128_cbc_hmac_sha1, in bind_dasync()
|
H A D | e_padlock.c | 510 || !EVP_CIPHER_meth_set_flags(_hidden_aes_##ksize##_##lmode, \
|
H A D | e_afalg.c | 730 || !EVP_CIPHER_meth_set_flags(cipher_handle->_hidden, in afalg_aes_cbc()
|
H A D | e_devcrypto.c | 484 || !EVP_CIPHER_meth_set_flags(known_cipher_methods[i], in prepare_cipher_methods()
|
/third_party/openssl/engines/ |
H A D | e_ossltest.c | 289 || !EVP_CIPHER_meth_set_flags(_hidden_aes_128_cbc, in ossltest_aes_128_cbc() 319 || !EVP_CIPHER_meth_set_flags(_hidden_aes_128_gcm, AES_GCM_FLAGS) in ossltest_aes_128_gcm() 344 || !EVP_CIPHER_meth_set_flags(_hidden_aes_128_cbc_hmac_sha1, in ossltest_aes_128_cbc_hmac_sha1()
|
H A D | e_dasync.c | 285 || !EVP_CIPHER_meth_set_flags(_hidden_aes_128_cbc, in bind_dasync() 309 || !EVP_CIPHER_meth_set_flags(_hidden_aes_256_ctr, in bind_dasync() 334 || !EVP_CIPHER_meth_set_flags(_hidden_aes_128_cbc_hmac_sha1, in bind_dasync()
|
H A D | e_padlock.c | 510 || !EVP_CIPHER_meth_set_flags(_hidden_aes_##ksize##_##lmode, \
|
H A D | e_afalg.c | 730 || !EVP_CIPHER_meth_set_flags(cipher_handle->_hidden, in afalg_aes_cbc()
|
H A D | e_devcrypto.c | 484 || !EVP_CIPHER_meth_set_flags(known_cipher_methods[i], in prepare_cipher_methods()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | cmeth_lib.c | 75 int EVP_CIPHER_meth_set_flags(EVP_CIPHER *cipher, unsigned long flags) in EVP_CIPHER_meth_set_flags() function
|
/third_party/openssl/crypto/evp/ |
H A D | cmeth_lib.c | 75 int EVP_CIPHER_meth_set_flags(EVP_CIPHER *cipher, unsigned long flags) in EVP_CIPHER_meth_set_flags() function
|
/third_party/node/deps/openssl/openssl/crypto/engine/ |
H A D | eng_openssl.c | 238 || !EVP_CIPHER_meth_set_flags(cipher, EVP_CIPH_VARIABLE_LENGTH) in test_r4_cipher() 263 || !EVP_CIPHER_meth_set_flags(cipher, EVP_CIPH_VARIABLE_LENGTH) in test_r4_40_cipher()
|
/third_party/openssl/crypto/engine/ |
H A D | eng_openssl.c | 238 || !EVP_CIPHER_meth_set_flags(cipher, EVP_CIPH_VARIABLE_LENGTH) in test_r4_cipher() 263 || !EVP_CIPHER_meth_set_flags(cipher, EVP_CIPH_VARIABLE_LENGTH) in test_r4_40_cipher()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | evp.h | 190 int EVP_CIPHER_meth_set_flags(EVP_CIPHER *cipher, unsigned long flags);
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | evp.h | 242 int EVP_CIPHER_meth_set_flags(EVP_CIPHER *cipher, unsigned long flags);
|
/third_party/openssl/include/openssl/ |
H A D | evp.h | 240 int EVP_CIPHER_meth_set_flags(EVP_CIPHER *cipher, unsigned long flags);
|
/third_party/openssl/test/ |
H A D | evp_extra_test.c | 4465 || !TEST_true(EVP_CIPHER_meth_set_flags(tmp, EVP_CIPH_ALWAYS_CALL_INIT)) in test_custom_ciph_meth()
|
Completed in 31 milliseconds