Home
last modified time | relevance | path

Searched refs:certStatus (Results 1 – 7 of 7) sorted by relevance

/openssl/crypto/cmp/
H A Dcmp_msg.c787 if (!ossl_assert(certStatus != NULL)) in ossl_cmp_certstatus_set0_certHash()
789 ASN1_OCTET_STRING_free(certStatus->certHash); in ossl_cmp_certstatus_set0_certHash()
790 certStatus->certHash = hash; in ossl_cmp_certstatus_set0_certHash()
798 OSSL_CMP_CERTSTATUS *certStatus = NULL; in ossl_cmp_certConf_new() local
817 if ((certStatus = OSSL_CMP_CERTSTATUS_new()) == NULL) in ossl_cmp_certConf_new()
821 OSSL_CMP_CERTSTATUS_free(certStatus); in ossl_cmp_certConf_new()
826 if (!ASN1_INTEGER_set(certStatus->certReqId, certReqId)) in ossl_cmp_certConf_new()
829 certStatus->hashAlg = NULL; in ossl_cmp_certConf_new()
840 if ((certStatus->hashAlg = X509_ALGOR_new()) == NULL) in ossl_cmp_certConf_new()
842 X509_ALGOR_set_md(certStatus->hashAlg, md); in ossl_cmp_certConf_new()
[all …]
H A Dcmp_local.h974 int ossl_cmp_certstatus_set0_certHash(OSSL_CMP_CERTSTATUS *certStatus,
/openssl/crypto/ocsp/
H A Docsp_local.h144 OCSP_CERTSTATUS *certStatus; member
H A Docsp_asn.c95 ASN1_SIMPLE(OCSP_SINGLERESP, certStatus, OCSP_CERTSTATUS),
H A Docsp_prn.c196 cst = single->certStatus; in OCSP_RESPONSE_print()
H A Docsp_cl.c258 cst = single->certStatus; in OCSP_single_get0_status()
H A Docsp_srv.c115 cs = single->certStatus; in OCSP_basic_add1_status()

Completed in 29 milliseconds