Searched refs:hashAlgorithm (Results 1 – 9 of 9) sorted by relevance
/openbsd/lib/libcrypto/ocsp/ |
H A D | ocsp_lib.c | 123 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 D | ocsp_local.h | 76 X509_ALGOR *hashAlgorithm; member
|
H A D | ocsp_srv.c | 102 *pmd = cid->hashAlgorithm->algorithm; in OCSP_id_get0_info()
|
H A D | ocsp_prn.c | 80 X509_ALGOR_get0(&aobj, NULL, NULL, a->hashAlgorithm); in ocsp_certid_print()
|
H A D | ocsp_vfy.c | 332 EVP_get_digestbyobj(cid->hashAlgorithm->algorithm))) { in ocsp_match_issuerid()
|
H A D | ocsp_asn.c | 133 .offset = offsetof(OCSP_CERTID, hashAlgorithm),
|
/openbsd/lib/libcrypto/rsa/ |
H A D | rsa_ameth.c | 380 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 D | rsa_asn1.c | 231 .offset = offsetof(RSA_PSS_PARAMS, hashAlgorithm),
|
H A D | rsa.h | 83 X509_ALGOR *hashAlgorithm; member
|