Home
last modified time | relevance | path

Searched refs:EVP_MD_FLAG_XOF (Results 1 – 13 of 13) sorted by relevance

/third_party/openssl/crypto/evp/
Dlegacy_sha.c214 EVP_MD_FLAG_XOF, \
Ddigest.c501 if (ctx->digest->flags & EVP_MD_FLAG_XOF in EVP_DigestFinalXOF()
927 md->flags |= EVP_MD_FLAG_XOF; in evp_md_cache_constants()
/third_party/openssl/crypto/hmac/
Dhmac.c49 if ((EVP_MD_get_flags(md) & EVP_MD_FLAG_XOF) != 0) in HMAC_Init_ex()
/third_party/openssl/providers/implementations/rands/
Ddrbg_hmac.c372 if (md != NULL && (EVP_MD_get_flags(md) & EVP_MD_FLAG_XOF) != 0) { in drbg_hmac_set_ctx_params()
Ddrbg_hash.c471 if ((EVP_MD_get_flags(md) & EVP_MD_FLAG_XOF) != 0) { in drbg_hash_set_ctx_params()
/third_party/openssl/doc/man3/
DEVP_MD_meth_new.pod98 =item EVP_MD_FLAG_XOF
/third_party/openssl/apps/
Ddgst.c417 if (!(EVP_MD_get_flags(md) & EVP_MD_FLAG_XOF)) { in dgst_main()
/third_party/python/Modules/
D_hashopenssl.c875 if ((EVP_MD_flags(digest) & EVP_MD_FLAG_XOF) == EVP_MD_FLAG_XOF) { in py_evp_fromname()
/third_party/openssl/doc/man7/
Dprovider-digest.pod199 =item B<EVP_MD_FLAG_XOF>
/third_party/openssl/ohos_lite/include/openssl/
Devp.h116 # define EVP_MD_FLAG_XOF 0x0002 macro
/third_party/openssl/include/openssl/
Devp.h161 # define EVP_MD_FLAG_XOF 0x0002 macro
/third_party/openssl/test/
Devp_test.c436 xof = (EVP_MD_get_flags(expected->digest) & EVP_MD_FLAG_XOF) != 0; in digest_test_run()
/third_party/node/src/
Dnode_crypto.cc4352 if ((EVP_MD_flags(md) & EVP_MD_FLAG_XOF) == 0) { in HashInit()