Searched refs:ossl_digest_is_allowed (Results 1 – 4 of 4) sorted by relevance
18 int ossl_digest_is_allowed(OSSL_LIB_CTX *ctx, const EVP_MD *md);
241 int ossl_digest_is_allowed(OSSL_LIB_CTX *ctx, const EVP_MD *md) in ossl_digest_is_allowed() function
348 if (!ossl_digest_is_allowed(pdhctx->libctx, pdhctx->kdf_md)) { in dh_set_ctx_params()
286 if (!ossl_digest_is_allowed(pectx->libctx, pectx->kdf_md)) { in ecdh_set_ctx_params()
Completed in 7 milliseconds