Home
last modified time | relevance | path

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

/third_party/openssl/providers/implementations/ciphers/
Dcipher_aes_cts.inc15 #define CTS_FLAGS PROV_CIPHER_FLAG_CTS
Dcipher_camellia_cts.inc15 #define CTS_FLAGS PROV_CIPHER_FLAG_CTS
Dciphercommon.c66 && !OSSL_PARAM_set_int(p, (flags & PROV_CIPHER_FLAG_CTS) != 0)) { in ossl_cipher_generic_get_params()
/third_party/openssl/providers/implementations/include/prov/
Dciphercommon.h37 #define PROV_CIPHER_FLAG_CTS 0x0004 macro