Home
last modified time | relevance | path

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

/minix3/crypto/external/bsd/openssl/dist/crypto/ocsp/
H A Docsp_lib.c113 alg = cid->hashAlgorithm; in OCSP_cert_id_new()
155 ret = OBJ_cmp(a->hashAlgorithm->algorithm, b->hashAlgorithm->algorithm); in OCSP_id_issuer_cmp()
H A Docsp_vfy.c295 if (OBJ_cmp(tmpid->hashAlgorithm->algorithm, in ocsp_check_ids()
296 cid->hashAlgorithm->algorithm)) in ocsp_check_ids()
317 if (!(dgst = EVP_get_digestbyobj(cid->hashAlgorithm->algorithm))) { in ocsp_match_issuerid()
H A Docsp_asn.c72 ASN1_SIMPLE(OCSP_CERTID, hashAlgorithm, X509_ALGOR),
H A Docsp_srv.c96 *pmd = cid->hashAlgorithm->algorithm; in OCSP_id_get0_info()
H A Docsp_prn.c77 i2a_ASN1_OBJECT(bp, a->hashAlgorithm->algorithm); in ocsp_certid_print()
H A Docsp.h103 X509_ALGOR *hashAlgorithm; member
/minix3/crypto/external/bsd/openssl/dist/crypto/rsa/
H A Drsa_ameth.c308 if (pss->hashAlgorithm) { in rsa_pss_param_print()
309 if (i2a_ASN1_OBJECT(bp, pss->hashAlgorithm->algorithm) <= 0) in rsa_pss_param_print()
474 if (pss->hashAlgorithm) { in rsa_item_verify()
475 md = EVP_get_digestbyobj(pss->hashAlgorithm->algorithm); in rsa_item_verify()
569 pss->hashAlgorithm = X509_ALGOR_new(); in rsa_item_sign()
570 if (!pss->hashAlgorithm) in rsa_item_sign()
572 X509_ALGOR_set_md(pss->hashAlgorithm, sigmd); in rsa_item_sign()
H A Drsa_asn1.c103 ASN1_EXP_OPT(RSA_PSS_PARAMS, hashAlgorithm, X509_ALGOR,0),
H A Drsa.h342 X509_ALGOR *hashAlgorithm; member
/minix3/crypto/external/bsd/openssl/dist/demos/asn1/
H A Docsp.c194 X509_ALGOR *hashAlgorithm; member
289 ASN1_SIMPLE(CertID, hashAlgorithm, X509_ALGOR),
/minix3/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Drevoke.c727 &ocsp->ocsp.tbsResponseData.responses.val[i].certID.hashAlgorithm, in hx509_revoke_verify()
738 &ocsp->ocsp.tbsResponseData.responses.val[j].certID.hashAlgorithm, in hx509_revoke_verify()
909 ret = copy_AlgorithmIdentifier(ctx->digest, &one->reqCert.hashAlgorithm); in add_to_req()
915 &one->reqCert.hashAlgorithm, in add_to_req()
928 &one->reqCert.hashAlgorithm, in add_to_req()
1223 &basic.tbsResponseData.responses.val[i].certID.hashAlgorithm, in hx509_ocsp_verify()
H A Docsp.asn123 hashAlgorithm AlgorithmIdentifier,