Home
last modified time | relevance | path

Searched refs:PROV_CIPHER_FLAG_CTS (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/crypto/openssl/providers/implementations/ciphers/
HDcipher_camellia_cts.inc15 #define CTS_FLAGS PROV_CIPHER_FLAG_CTS
HDcipher_aes_cts.inc15 #define CTS_FLAGS PROV_CIPHER_FLAG_CTS
HDciphercommon.c66 && !OSSL_PARAM_set_int(p, (flags & PROV_CIPHER_FLAG_CTS) != 0)) { in ossl_cipher_generic_get_params()
/freebsd-14-stable/crypto/openssl/providers/implementations/include/prov/
HDciphercommon.h37 #define PROV_CIPHER_FLAG_CTS 0x0004 macro