Home
last modified time | relevance | path

Searched refs:PROV_CIPHER_FLAG_CUSTOM_IV (Results 1 – 9 of 9) sorted by relevance

/openssl/providers/implementations/include/prov/
H A Dciphercommon_aead.h16 # define AEAD_FLAGS (PROV_CIPHER_FLAG_AEAD | PROV_CIPHER_FLAG_CUSTOM_IV)
H A Dciphercommon.h40 # define PROV_CIPHER_FLAG_CUSTOM_IV 0x0002 macro
/openssl/providers/implementations/ciphers/
H A Dcipher_tdes_wrap.c25 #define TDES_WRAP_FLAGS PROV_CIPHER_FLAG_CUSTOM_IV | PROV_CIPHER_FLAG_RAND_KEY
H A Dcipher_chacha20.c20 #define CHACHA20_FLAGS (PROV_CIPHER_FLAG_CUSTOM_IV)
H A Dcipher_aes_xts.c23 #define AES_XTS_FLAGS PROV_CIPHER_FLAG_CUSTOM_IV
H A Dcipher_sm4_xts.c18 #define SM4_XTS_FLAGS PROV_CIPHER_FLAG_CUSTOM_IV
H A Dcipher_aes_wrp.c25 #define WRAP_FLAGS (PROV_CIPHER_FLAG_CUSTOM_IV)
H A Dcipher_chacha20_poly1305.c22 | PROV_CIPHER_FLAG_CUSTOM_IV)
H A Dciphercommon.c60 && !OSSL_PARAM_set_int(p, (flags & PROV_CIPHER_FLAG_CUSTOM_IV) != 0)) { in ossl_cipher_generic_get_params()

Completed in 18 milliseconds