Home
last modified time | relevance | path

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

/third_party/openssl/providers/implementations/digests/
Ddigestcommon.c37 && !OSSL_PARAM_set_int(p, (flags & PROV_DIGEST_FLAG_ALGID_ABSENT) != 0)) { in ossl_digest_default_get_params()
Dsha2_prov.c27 #define SHA2_FLAGS PROV_DIGEST_FLAG_ALGID_ABSENT
Dsha3_prov.c21 #define SHA3_FLAGS PROV_DIGEST_FLAG_ALGID_ABSENT
/third_party/openssl/providers/implementations/include/prov/
Ddigestcommon.h20 #define PROV_DIGEST_FLAG_ALGID_ABSENT 0x0002 macro