Home
last modified time | relevance | path

Searched refs:certHash (Results 1 – 8 of 8) sorted by relevance

/openssl/crypto/cmp/
H A Dcmp_msg.c789 ASN1_OCTET_STRING_free(certStatus->certHash); in ossl_cmp_certstatus_set0_certHash()
790 certStatus->certHash = hash; in ossl_cmp_certstatus_set0_certHash()
801 ASN1_OCTET_STRING *certHash = NULL; in ossl_cmp_certConf_new() local
835 if ((certHash = X509_digest_sig(ctx->newCert, &md, &is_fallback)) == NULL) in ossl_cmp_certConf_new()
846 if (!ossl_cmp_certstatus_set0_certHash(certStatus, certHash)) in ossl_cmp_certConf_new()
848 certHash = NULL; in ossl_cmp_certConf_new()
871 ASN1_OCTET_STRING_free(certHash); in ossl_cmp_certConf_new()
H A Dcmp_server.c420 ASN1_OCTET_STRING *certHash = status->certHash; in process_certConf() local
427 if (!srv_ctx->process_certConf(srv_ctx, req, certReqId, certHash, si)) in process_certConf()
H A Dcmp_local.h431 ASN1_OCTET_STRING *certHash; member
H A Dcmp_asn.c949 ASN1_SIMPLE(OSSL_CMP_CERTSTATUS, certHash, ASN1_OCTET_STRING),
/openssl/apps/lib/
H A Dcmp_mock_srv.c623 const ASN1_OCTET_STRING *certHash, in process_certConf() argument
629 if (ctx == NULL || certConf == NULL || certHash == NULL) { in process_certConf()
642 if (ASN1_OCTET_STRING_cmp(certHash, digest) != 0) { in process_certConf()
/openssl/fuzz/
H A Dcmp.c143 const ASN1_OCTET_STRING *certHash, in process_certConf() argument
/openssl/doc/man3/
H A DOSSL_CMP_SRV_CTX_new.pod63 const ASN1_OCTET_STRING *certHash,
/openssl/include/openssl/
H A Dcmp.h.in517 const ASN1_OCTET_STRING *certHash,

Completed in 44 milliseconds