Home
last modified time | relevance | path

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

/third_party/openssl/providers/implementations/digests/
Ddigestcommon.c31 && !OSSL_PARAM_set_int(p, (flags & PROV_DIGEST_FLAG_XOF) != 0)) { in ossl_digest_default_get_params()
Dsha3_prov.c22 #define SHAKE_FLAGS PROV_DIGEST_FLAG_XOF
23 #define KMAC_FLAGS PROV_DIGEST_FLAG_XOF
/third_party/openssl/providers/implementations/include/prov/
Ddigestcommon.h19 #define PROV_DIGEST_FLAG_XOF 0x0001 macro