Home
last modified time | relevance | path

Searched refs:EVP_CIPHER_meth_set_flags (Results 1 – 12 of 12) sorted by relevance

/openssl/doc/man3/
H A DEVP_CIPHER_meth_new.pod6 EVP_CIPHER_meth_set_iv_length, EVP_CIPHER_meth_set_flags,
29 int EVP_CIPHER_meth_set_flags(EVP_CIPHER *cipher, unsigned long flags);
88 EVP_CIPHER_meth_set_flags() sets the flags to describe optional
H A DEVP_EncryptInit.pod1282 See L<EVP_CIPHER_meth_set_flags(3)> for further information related to the above
/openssl/crypto/evp/
H A Dcmeth_lib.c75 int EVP_CIPHER_meth_set_flags(EVP_CIPHER *cipher, unsigned long flags) in EVP_CIPHER_meth_set_flags() function
/openssl/engines/
H A De_ossltest.c290 || !EVP_CIPHER_meth_set_flags(_hidden_aes_128_cbc, in ossltest_aes_128_cbc()
320 || !EVP_CIPHER_meth_set_flags(_hidden_aes_128_gcm, AES_GCM_FLAGS) in ossltest_aes_128_gcm()
345 || !EVP_CIPHER_meth_set_flags(_hidden_aes_128_cbc_hmac_sha1, in ossltest_aes_128_cbc_hmac_sha1()
H A De_dasync.c284 || !EVP_CIPHER_meth_set_flags(_hidden_aes_128_cbc, in bind_dasync()
308 || !EVP_CIPHER_meth_set_flags(_hidden_aes_256_ctr, in bind_dasync()
333 || !EVP_CIPHER_meth_set_flags(_hidden_aes_128_cbc_hmac_sha1, in bind_dasync()
H A De_padlock.c510 || !EVP_CIPHER_meth_set_flags(_hidden_aes_##ksize##_##lmode, \
H A De_afalg.c752 || !EVP_CIPHER_meth_set_flags(cipher_handle->_hidden, in afalg_aes_cbc()
H A De_devcrypto.c485 || !EVP_CIPHER_meth_set_flags(known_cipher_methods[i], in prepare_cipher_methods()
/openssl/crypto/engine/
H A Deng_openssl.c238 || !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()
/openssl/include/openssl/
H A Devp.h245 int EVP_CIPHER_meth_set_flags(EVP_CIPHER *cipher, unsigned long flags);
/openssl/test/
H A Devp_extra_test.c5302 || !TEST_true(EVP_CIPHER_meth_set_flags(tmp, EVP_CIPH_ALWAYS_CALL_INIT)) in test_custom_ciph_meth()
/openssl/util/
H A Dlibcrypto.num575 EVP_CIPHER_meth_set_flags 590 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0

Completed in 66 milliseconds