Home
last modified time | relevance | path

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

/dflybsd-src/crypto/libressl/crypto/ocsp/
H A Docsp_lib.c118 alg = cid->hashAlgorithm; in OCSP_cert_id_new()
163 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.c99 *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_vfy.c330 EVP_get_digestbyobj(cid->hashAlgorithm->algorithm))) { in ocsp_match_issuerid()
H A Docsp_asn.c128 .offset = offsetof(OCSP_CERTID, hashAlgorithm),
/dflybsd-src/contrib/wpa_supplicant/src/crypto/
H A Dtls_openssl_ocsp.c47 X509_ALGOR *hashAlgorithm; member
170 ASN1_SIMPLE(CertID, hashAlgorithm, X509_ALGOR),
405 dgst = EVP_get_digestbyobj(certid->hashAlgorithm->algorithm); in issuer_match()
714 txt = algor_str(sresp->certID->hashAlgorithm); in check_ocsp_resp()
779 (OBJ_cmp(cid1->hashAlgorithm->algorithm, in check_ocsp_resp()
780 cid2->hashAlgorithm->algorithm) != 0 || in check_ocsp_resp()
/dflybsd-src/crypto/libressl/crypto/rsa/
H A Drsa_ameth.c346 if (pss->hashAlgorithm) { in rsa_pss_param_print()
347 if (i2a_ASN1_OBJECT(bp, pss->hashAlgorithm->algorithm) <= 0) in rsa_pss_param_print()
695 if (!rsa_md_to_algor(&pss->hashAlgorithm, sigmd)) in rsa_pss_params_create()
787 *pmd = rsa_algor_to_md(pss->hashAlgorithm); in rsa_pss_get_param()
H A Drsa_asn1.c229 .offset = offsetof(RSA_PSS_PARAMS, hashAlgorithm),
/dflybsd-src/crypto/libressl/include/openssl/
H A Drsa.h84 X509_ALGOR *hashAlgorithm; member