Home
last modified time | relevance | path

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

/openssl/crypto/ocsp/
H A Docsp_lib.c56 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 Docsp_vfy.c286 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 Docsp_local.h19 X509_ALGOR hashAlgorithm; member
H A Docsp_asn.c24 ASN1_EMBED(OCSP_CERTID, hashAlgorithm, X509_ALGOR),
H A Docsp_prn.c22 i2a_ASN1_OBJECT(bp, a->hashAlgorithm.algorithm); in ocsp_certid_print()
H A Docsp_srv.c45 *pmd = cid->hashAlgorithm.algorithm; in OCSP_id_get0_info()
/openssl/doc/internal/man7/
H A DDERlib.pod92 hashAlgorithm [0] HashAlgorithm DEFAULT
104 hashAlgorithm sha256Identifier,
/openssl/crypto/rsa/
H A Drsa_asn1.c88 ASN1_EXP_OPT(RSA_PSS_PARAMS, hashAlgorithm, X509_ALGOR,0),
H A Drsa_ameth.c233 if (pss->hashAlgorithm) { in rsa_pss_param_print()
234 if (i2a_ASN1_OBJECT(bp, pss->hashAlgorithm->algorithm) <= 0) in rsa_pss_param_print()
487 if (!ossl_x509_algor_new_from_md(&pss->hashAlgorithm, sigmd)) in ossl_rsa_pss_params_create()
H A Drsa_backend.c516 *pmd = ossl_x509_algor_get_md(pss->hashAlgorithm); in ossl_rsa_pss_get_param_unverified()
/openssl/include/openssl/
H A Drsa.h319 X509_ALGOR *hashAlgorithm; member

Completed in 24 milliseconds