Searched refs:current_md (Results 1 – 1 of 1) sorted by relevance
467 const EVP_MD *current_md = sk_EVP_MD_value(ctx->mds, i); in ts_RESP_check_request() local468 if (EVP_MD_is_a(current_md, md_alg_name)) in ts_RESP_check_request()469 md = current_md; in ts_RESP_check_request()