Home
last modified time | relevance | path

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

/openssl/crypto/evp/
H A De_chacha20_poly1305.c133 EVP_CIPH_CUSTOM_IV | EVP_CIPH_ALWAYS_CALL_INIT,
615 EVP_CIPH_FLAG_AEAD_CIPHER | EVP_CIPH_CUSTOM_IV |
H A De_des3.c413 EVP_CIPH_WRAP_MODE | EVP_CIPH_CUSTOM_IV | EVP_CIPH_FLAG_CUSTOM_CIPHER
H A De_aria.c759 | EVP_CIPH_CUSTOM_IV | EVP_CIPH_FLAG_CUSTOM_CIPHER \
H A Devp_lib.c351 cipher->flags |= EVP_CIPH_CUSTOM_IV; in evp_cipher_cache_constants()
H A De_aes.c3180 | EVP_CIPH_CUSTOM_IV | EVP_CIPH_FLAG_CUSTOM_CIPHER \
3370 #define XTS_FLAGS (EVP_CIPH_FLAG_DEFAULT_ASN1 | EVP_CIPH_CUSTOM_IV \
3759 | EVP_CIPH_CUSTOM_IV | EVP_CIPH_FLAG_CUSTOM_CIPHER \
H A Devp_enc.c391 & EVP_CIPH_CUSTOM_IV) == 0) { in evp_cipher_init_internal()
/openssl/doc/man3/
H A DEVP_CIPHER_meth_new.pod107 =item EVP_CIPH_CUSTOM_IV
H A DEVP_EncryptInit.pod711 Use (EVP_CIPHER_get_flags(cipher) & EVP_CIPH_CUSTOM_IV) to retrieve the
1246 =item EVP_CIPH_CUSTOM_IV
/openssl/engines/
H A De_ossltest.c308 | EVP_CIPH_CUSTOM_IV | EVP_CIPH_FLAG_CUSTOM_CIPHER \
/openssl/test/
H A Devp_test.c1207 || ((EVP_CIPHER_get_flags(expected->cipher) & EVP_CIPH_CUSTOM_IV) == 0 in cipher_test_enc()
1443 || ((EVP_CIPHER_get_flags(expected->cipher) & EVP_CIPH_CUSTOM_IV) == 0 in cipher_test_enc()
/openssl/include/openssl/
H A Devp.h319 # define EVP_CIPH_CUSTOM_IV 0x10 macro
/openssl/
H A DCHANGES.md17369 differently it can set the EVP_CIPH_CUSTOM_IV or EVP_CIPH_ALWAYS_CALL_INIT

Completed in 139 milliseconds