Home
last modified time | relevance | path

Searched refs:hashAlgorithm (Results 1 – 9 of 9) sorted by relevance

/openbsd/lib/libcrypto/ocsp/
H A Docsp_lib.c123 if (!X509_ALGOR_set0_by_nid(cid->hashAlgorithm, nid, V_ASN1_NULL, NULL)) in OCSP_cert_id_new()
165 ret = OBJ_cmp(a->hashAlgorithm->algorithm, b->hashAlgorithm->algorithm); in OCSP_id_issuer_cmp()
H A Docsp_local.h76 X509_ALGOR *hashAlgorithm; member
H A Docsp_srv.c102 *pmd = cid->hashAlgorithm->algorithm; in OCSP_id_get0_info()
H A Docsp_prn.c80 X509_ALGOR_get0(&aobj, NULL, NULL, a->hashAlgorithm); in ocsp_certid_print()
H A Docsp_vfy.c332 EVP_get_digestbyobj(cid->hashAlgorithm->algorithm))) { in ocsp_match_issuerid()
H A Docsp_asn.c133 .offset = offsetof(OCSP_CERTID, hashAlgorithm),
/openbsd/lib/libcrypto/rsa/
H A Drsa_ameth.c380 if (pss->hashAlgorithm) { in rsa_pss_param_print()
381 if (i2a_ASN1_OBJECT(bp, pss->hashAlgorithm->algorithm) <= 0) in rsa_pss_param_print()
737 if (!rsa_md_to_algor(sigmd, &pss->hashAlgorithm)) in rsa_pss_params_create()
826 *pmd = rsa_algor_to_md(pss->hashAlgorithm); in rsa_pss_get_param()
H A Drsa_asn1.c231 .offset = offsetof(RSA_PSS_PARAMS, hashAlgorithm),
H A Drsa.h83 X509_ALGOR *hashAlgorithm; member