Searched refs:get_ctx_md_params (Results 1 – 3 of 3) sorted by relevance
195 OSSL_FUNC_signature_get_ctx_md_params_fn *get_ctx_md_params; member
236 if (signature->get_ctx_md_params != NULL) in evp_signature_from_algorithm()238 signature->get_ctx_md_params in evp_signature_from_algorithm()
840 && pctx->op.sig.signature->get_ctx_md_params != NULL) in EVP_MD_CTX_get_params()841 return pctx->op.sig.signature->get_ctx_md_params(pctx->op.sig.algctx, in EVP_MD_CTX_get_params()
Completed in 23 milliseconds