Searched refs:EVP_MD_CTX_set_flags (Results 1 – 3 of 3) sorted by relevance
112 OPENSSL_EXPORT void EVP_MD_CTX_set_flags(EVP_MD_CTX *ctx, uint32_t flags);
256 void EVP_MD_CTX_set_flags(EVP_MD_CTX *ctx, uint32_t flags) { in EVP_MD_CTX_set_flags() function
154 EVP_MD_CTX_set_flags(mctx, EVP_MD_CTX_FLAG_NO_INIT); in hmac_signctx_init()