/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ocsp/ |
H A D | ocsp_lib.c | 56 alg = &cid->hashAlgorithm; in OCSP_cert_id_new() 95 ret = OBJ_cmp(a->hashAlgorithm.algorithm, b->hashAlgorithm.algorithm); in OCSP_id_issuer_cmp()
|
H A D | ocsp_vfy.c | 286 if (OBJ_cmp(tmpid->hashAlgorithm.algorithm, in ocsp_check_ids() 287 cid->hashAlgorithm.algorithm)) in ocsp_check_ids() 316 OBJ_obj2txt(name, sizeof(name), cid->hashAlgorithm.algorithm, 0); in ocsp_match_issuerid()
|
H A D | ocsp_local.h | 19 X509_ALGOR hashAlgorithm; member
|
H A D | ocsp_asn.c | 24 ASN1_EMBED(OCSP_CERTID, hashAlgorithm, X509_ALGOR),
|
H A D | ocsp_prn.c | 22 i2a_ASN1_OBJECT(bp, a->hashAlgorithm.algorithm); in ocsp_certid_print()
|
H A D | ocsp_srv.c | 45 *pmd = cid->hashAlgorithm.algorithm; in OCSP_id_get0_info()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ocsp/ |
H A D | ocsp_lib.c | 55 alg = &cid->hashAlgorithm; in OCSP_cert_id_new() 94 ret = OBJ_cmp(a->hashAlgorithm.algorithm, b->hashAlgorithm.algorithm); in OCSP_id_issuer_cmp()
|
H A D | ocsp_vfy.c | 263 if (OBJ_cmp(tmpid->hashAlgorithm.algorithm, in ocsp_check_ids() 264 cid->hashAlgorithm.algorithm)) in ocsp_check_ids() 285 if ((dgst = EVP_get_digestbyobj(cid->hashAlgorithm.algorithm)) in ocsp_match_issuerid()
|
H A D | ocsp_local.h | 17 X509_ALGOR hashAlgorithm; member
|
H A D | ocsp_asn.c | 24 ASN1_EMBED(OCSP_CERTID, hashAlgorithm, X509_ALGOR),
|
H A D | ocsp_srv.c | 46 *pmd = cid->hashAlgorithm.algorithm; in OCSP_id_get0_info()
|
H A D | ocsp_prn.c | 22 i2a_ASN1_OBJECT(bp, a->hashAlgorithm.algorithm); in ocsp_certid_print()
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man7/ |
H A D | DERlib.pod | 92 hashAlgorithm [0] HashAlgorithm DEFAULT 104 hashAlgorithm sha256Identifier,
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
H A D | revoke.c | 758 &ocsp->ocsp.tbsResponseData.responses.val[i].certID.hashAlgorithm, in hx509_revoke_verify() 769 &ocsp->ocsp.tbsResponseData.responses.val[j].certID.hashAlgorithm, in hx509_revoke_verify() 940 ret = copy_AlgorithmIdentifier(ctx->digest, &one->reqCert.hashAlgorithm); in add_to_req() 946 &one->reqCert.hashAlgorithm, in add_to_req() 959 &one->reqCert.hashAlgorithm, in add_to_req() 1327 &basic.tbsResponseData.responses.val[i].certID.hashAlgorithm, in hx509_ocsp_verify()
|
H A D | ocsp.asn1 | 23 hashAlgorithm AlgorithmIdentifier,
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rsa/ |
H A D | rsa_ameth.c | 263 if (pss->hashAlgorithm) { in rsa_pss_param_print() 264 if (i2a_ASN1_OBJECT(bp, pss->hashAlgorithm->algorithm) <= 0) in rsa_pss_param_print() 634 if (!rsa_md_to_algor(&pss->hashAlgorithm, sigmd)) in rsa_pss_params_create() 723 *pmd = rsa_algor_to_md(pss->hashAlgorithm); in rsa_pss_get_param()
|
H A D | rsa_asn1.c | 82 ASN1_EXP_OPT(RSA_PSS_PARAMS, hashAlgorithm, X509_ALGOR,0),
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/rsa/ |
H A D | rsa_asn1.c | 88 ASN1_EXP_OPT(RSA_PSS_PARAMS, hashAlgorithm, X509_ALGOR,0),
|
H A D | rsa_ameth.c | 236 if (pss->hashAlgorithm) { in rsa_pss_param_print() 237 if (i2a_ASN1_OBJECT(bp, pss->hashAlgorithm->algorithm) <= 0) in rsa_pss_param_print() 490 if (!ossl_x509_algor_new_from_md(&pss->hashAlgorithm, sigmd)) in ossl_rsa_pss_params_create()
|
H A D | rsa_backend.c | 504 *pmd = ossl_x509_algor_get_md(pss->hashAlgorithm); in ossl_rsa_pss_get_param_unverified()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | rsa.h | 284 X509_ALGOR *hashAlgorithm; member
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | rsa.h | 316 X509_ALGOR *hashAlgorithm; member
|