Home
last modified time | relevance | path

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

/third_party/openssl/doc/man7/
DEVP_MD-common.pod45 This value can also be retrieved with L<EVP_MD_get_flags(3)>.
/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/doc/man3/
DEVP_DigestInit.pod17 EVP_MD_get_pkey_type, EVP_MD_get_size, EVP_MD_get_block_size, EVP_MD_get_flags,
84 unsigned long EVP_MD_get_flags(const EVP_MD *md);
113 #define EVP_MD_flags EVP_MD_get_flags
399 =item EVP_MD_get_flags()
/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/apps/
Ddgst.c417 if (!(EVP_MD_get_flags(md) & EVP_MD_FLAG_XOF)) { in dgst_main()
/third_party/openssl/crypto/evp/
Devp_lib.c812 unsigned long EVP_MD_get_flags(const EVP_MD *md) in EVP_MD_get_flags() function
/third_party/openssl/include/openssl/
Devp.h548 unsigned long EVP_MD_get_flags(const EVP_MD *md);
549 # define EVP_MD_flags EVP_MD_get_flags
/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/openssl/util/
Dlibcrypto.num2114 EVP_MD_get_flags 2161 3_0_0 EXIST::FUNCTION: