Home
last modified time | relevance | path

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

/third_party/openssl/providers/implementations/digests/
Ddigestcommon.c29 p = OSSL_PARAM_locate(params, OSSL_DIGEST_PARAM_XOF); in ossl_digest_default_get_params()
47 OSSL_PARAM_int(OSSL_DIGEST_PARAM_XOF, NULL),
/third_party/openssl/include/openssl/
Dcore_names.h130 #define OSSL_DIGEST_PARAM_XOF "xof" /* int, 0 or 1 */ macro
/third_party/openssl/crypto/evp/
Ddigest.c916 params[2] = OSSL_PARAM_construct_int(OSSL_DIGEST_PARAM_XOF, &xof); in evp_md_cache_constants()