Home
last modified time | relevance | path

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

/openssl-master/crypto/evp/
A Dlegacy_sha.c214 EVP_MD_FLAG_XOF, \
A Ddigest.c484 if (ctx->digest->flags & EVP_MD_FLAG_XOF in EVP_DigestFinalXOF()
898 md->flags |= EVP_MD_FLAG_XOF; in evp_md_cache_constants()
/openssl-master/crypto/hmac/
A Dhmac.c49 if ((EVP_MD_get_flags(md) & EVP_MD_FLAG_XOF) != 0) in HMAC_Init_ex()
/openssl-master/providers/implementations/rands/
A Ddrbg_hmac.c372 if (md != NULL && (EVP_MD_get_flags(md) & EVP_MD_FLAG_XOF) != 0) { in drbg_hmac_set_ctx_params()
A Ddrbg_hash.c471 if ((EVP_MD_get_flags(md) & EVP_MD_FLAG_XOF) != 0) { in drbg_hash_set_ctx_params()
/openssl-master/doc/man3/
A DEVP_MD_meth_new.pod98 =item EVP_MD_FLAG_XOF
/openssl-master/apps/
A Ddgst.c405 if (!(EVP_MD_get_flags(md) & EVP_MD_FLAG_XOF)) { in dgst_main()
/openssl-master/doc/man7/
A Dprovider-digest.pod199 =item B<EVP_MD_FLAG_XOF>
/openssl-master/include/openssl/
A Devp.h161 # define EVP_MD_FLAG_XOF 0x0002 macro
/openssl-master/test/
A Devp_test.c437 xof = (EVP_MD_get_flags(expected->digest) & EVP_MD_FLAG_XOF) != 0; in digest_test_run()

Completed in 25 milliseconds