Home
last modified time | relevance | path

Searched refs:PROV_CIPHER_FLAG_CUSTOM_IV (Results 1 - 16 of 16) sorted by relevance

/third_party/openssl/providers/implementations/include/prov/
H A Dciphercommon_aead.h12 #define AEAD_FLAGS (PROV_CIPHER_FLAG_AEAD | PROV_CIPHER_FLAG_CUSTOM_IV)
H A Dciphercommon.h36 #define PROV_CIPHER_FLAG_CUSTOM_IV 0x0002 macro
/third_party/node/deps/openssl/openssl/providers/implementations/include/prov/
H A Dciphercommon_aead.h12 #define AEAD_FLAGS (PROV_CIPHER_FLAG_AEAD | PROV_CIPHER_FLAG_CUSTOM_IV)
H A Dciphercommon.h36 #define PROV_CIPHER_FLAG_CUSTOM_IV 0x0002 macro
/third_party/openssl/providers/implementations/ciphers/
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_tdes_wrap.c25 #define TDES_WRAP_FLAGS PROV_CIPHER_FLAG_CUSTOM_IV | PROV_CIPHER_FLAG_RAND_KEY
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()
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_xts.c23 #define AES_XTS_FLAGS PROV_CIPHER_FLAG_CUSTOM_IV
H A Dcipher_chacha20.c20 #define CHACHA20_FLAGS (PROV_CIPHER_FLAG_CUSTOM_IV)
H A Dcipher_tdes_wrap.c25 #define TDES_WRAP_FLAGS PROV_CIPHER_FLAG_CUSTOM_IV | PROV_CIPHER_FLAG_RAND_KEY
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 17 milliseconds