Searched refs:hashAlgorithm (Results 1 – 12 of 12) sorted by relevance
/minix3/crypto/external/bsd/openssl/dist/crypto/ocsp/ |
H A D | ocsp_lib.c | 113 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 D | ocsp_vfy.c | 295 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 D | ocsp_asn.c | 72 ASN1_SIMPLE(OCSP_CERTID, hashAlgorithm, X509_ALGOR),
|
H A D | ocsp_srv.c | 96 *pmd = cid->hashAlgorithm->algorithm; in OCSP_id_get0_info()
|
H A D | ocsp_prn.c | 77 i2a_ASN1_OBJECT(bp, a->hashAlgorithm->algorithm); in ocsp_certid_print()
|
H A D | ocsp.h | 103 X509_ALGOR *hashAlgorithm; member
|
/minix3/crypto/external/bsd/openssl/dist/crypto/rsa/ |
H A D | rsa_ameth.c | 308 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 D | rsa_asn1.c | 103 ASN1_EXP_OPT(RSA_PSS_PARAMS, hashAlgorithm, X509_ALGOR,0),
|
H A D | rsa.h | 342 X509_ALGOR *hashAlgorithm; member
|
/minix3/crypto/external/bsd/openssl/dist/demos/asn1/ |
H A D | ocsp.c | 194 X509_ALGOR *hashAlgorithm; member 289 ASN1_SIMPLE(CertID, hashAlgorithm, X509_ALGOR),
|
/minix3/crypto/external/bsd/heimdal/dist/lib/hx509/ |
H A D | revoke.c | 727 &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 D | ocsp.asn1 | 23 hashAlgorithm AlgorithmIdentifier,
|