Home
last modified time | relevance | path

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

/src/crypto/openssl/crypto/cmp/
H A Dcmp_msg.c865 ASN1_OCTET_STRING_free(certStatus->certHash); in ossl_cmp_certstatus_set0_certHash()
866 certStatus->certHash = hash; in ossl_cmp_certstatus_set0_certHash()
877 ASN1_OCTET_STRING *certHash = NULL; in ossl_cmp_certConf_new() local
911 if ((certHash = X509_digest_sig(ctx->newCert, &md, &is_fallback)) == NULL) in ossl_cmp_certConf_new()
922 if (!ossl_cmp_certstatus_set0_certHash(certStatus, certHash)) in ossl_cmp_certConf_new()
924 certHash = NULL; in ossl_cmp_certConf_new()
945 ASN1_OCTET_STRING_free(certHash); in ossl_cmp_certConf_new()
H A Dcmp_server.c430 ASN1_OCTET_STRING *certHash = status->certHash; in process_certConf() local
437 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.c939 ASN1_SIMPLE(OSSL_CMP_CERTSTATUS, certHash, ASN1_OCTET_STRING),
/src/crypto/openssl/apps/lib/
H A Dcmp_mock_srv.c650 const ASN1_OCTET_STRING *certHash, in process_certConf() argument
656 if (ctx == NULL || certConf == NULL || certHash == NULL) { in process_certConf()
669 if (ASN1_OCTET_STRING_cmp(certHash, digest) != 0) { in process_certConf()
/src/crypto/openssl/fuzz/
H A Dcmp.c143 const ASN1_OCTET_STRING *certHash, in process_certConf() argument
/src/crypto/openssl/doc/man3/
H A DOSSL_CMP_SRV_CTX_new.pod63 const ASN1_OCTET_STRING *certHash,
/src/crypto/openssl/include/openssl/
H A Dcmp.h.in529 const ASN1_OCTET_STRING *certHash,
H A Dcmp.h672 const ASN1_OCTET_STRING *certHash,