Home
last modified time | relevance | path

Searched refs:EVP_MD_FLAG_XOF (Results 1 - 18 of 18) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dlegacy_sha.c218 EVP_MD_FLAG_XOF, \
H A 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/evp/
H A Dlegacy_sha.c214 EVP_MD_FLAG_XOF, \
H A 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/node/src/crypto/
H A Dcrypto_hash.cc131 if ((EVP_MD_flags(md) & EVP_MD_FLAG_XOF) == 0) { in HashInit()
275 if ((EVP_MD_flags(params->digest) & EVP_MD_FLAG_XOF) == 0) { in AdditionalConfig()
/third_party/node/deps/openssl/openssl/crypto/hmac/
H A Dhmac.c49 if ((EVP_MD_get_flags(md) & EVP_MD_FLAG_XOF) != 0) in HMAC_Init_ex()
/third_party/openssl/crypto/hmac/
H A Dhmac.c49 if ((EVP_MD_get_flags(md) & EVP_MD_FLAG_XOF) != 0) in HMAC_Init_ex()
/third_party/node/deps/openssl/openssl/providers/implementations/rands/
H A Ddrbg_hash.c471 if ((EVP_MD_get_flags(md) & EVP_MD_FLAG_XOF) != 0) { in drbg_hash_set_ctx_params()
H A Ddrbg_hmac.c372 if (md != NULL && (EVP_MD_get_flags(md) & EVP_MD_FLAG_XOF) != 0) { in drbg_hmac_set_ctx_params()
/third_party/openssl/providers/implementations/rands/
H A Ddrbg_hash.c471 if ((EVP_MD_get_flags(md) & EVP_MD_FLAG_XOF) != 0) { in drbg_hash_set_ctx_params()
H A Ddrbg_hmac.c372 if (md != NULL && (EVP_MD_get_flags(md) & EVP_MD_FLAG_XOF) != 0) { in drbg_hmac_set_ctx_params()
/third_party/python/Modules/
H A D_hashopenssl.c876 if ((EVP_MD_flags(digest) & EVP_MD_FLAG_XOF) == EVP_MD_FLAG_XOF) { in py_evp_fromname()
/third_party/node/deps/openssl/openssl/apps/
H A Ddgst.c421 if (!(EVP_MD_get_flags(md) & EVP_MD_FLAG_XOF)) { in dgst_main()
/third_party/openssl/apps/
H A Ddgst.c421 if (!(EVP_MD_get_flags(md) & EVP_MD_FLAG_XOF)) { in dgst_main()
/third_party/openssl/ohos_lite/include/openssl/
H A Devp.h116 # define EVP_MD_FLAG_XOF 0x0002 macro
/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h163 # define EVP_MD_FLAG_XOF 0x0002 macro
/third_party/openssl/include/openssl/
H A Devp.h161 # define EVP_MD_FLAG_XOF 0x0002 macro
/third_party/openssl/test/
H A Devp_test.c436 xof = (EVP_MD_get_flags(expected->digest) & EVP_MD_FLAG_XOF) != 0; in digest_test_run()

Completed in 39 milliseconds