Home
last modified time | relevance | path

Searched refs:PROV_CIPHER_FLAG_TLS1_MULTIBLOCK (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/providers/implementations/include/prov/
Dciphercommon.h38 #define PROV_CIPHER_FLAG_TLS1_MULTIBLOCK 0x0008 macro
/third_party/openssl/providers/implementations/ciphers/
Dcipher_aes_cbc_hmac_sha.c34 | PROV_CIPHER_FLAG_TLS1_MULTIBLOCK)
Dciphercommon.c72 && !OSSL_PARAM_set_int(p, (flags & PROV_CIPHER_FLAG_TLS1_MULTIBLOCK) != 0)) { in ossl_cipher_generic_get_params()