Home
last modified time | relevance | path

Searched refs:PROV_CIPHER_FLAG_AEAD (Results 1 – 6 of 6) 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.h39 # define PROV_CIPHER_FLAG_AEAD 0x0001 macro
/openssl/providers/implementations/ciphers/
H A Dcipher_rc4_hmac_md5.c24 | PROV_CIPHER_FLAG_AEAD)
H A Dcipher_chacha20_poly1305.c21 #define CHACHA20_POLY1305_FLAGS (PROV_CIPHER_FLAG_AEAD \
H A Dcipher_aes_cbc_hmac_sha.c33 # define AES_CBC_HMAC_SHA_FLAGS (PROV_CIPHER_FLAG_AEAD \
H A Dciphercommon.c54 && !OSSL_PARAM_set_int(p, (flags & PROV_CIPHER_FLAG_AEAD) != 0)) { in ossl_cipher_generic_get_params()

Completed in 12 milliseconds