Home
last modified time | relevance | path

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

/openssl-master/crypto/cmp/
A Dcmp_msg.c791 ASN1_OCTET_STRING_free(certStatus->certHash); in ossl_cmp_certstatus_set0_certHash()
792 certStatus->certHash = hash; in ossl_cmp_certstatus_set0_certHash()
801 ASN1_OCTET_STRING *certHash = NULL; in ossl_cmp_certConf_new() local
828 if ((certHash = X509_digest_sig(ctx->newCert, NULL, NULL)) == NULL) in ossl_cmp_certConf_new()
831 if (!ossl_cmp_certstatus_set0_certHash(certStatus, certHash)) in ossl_cmp_certConf_new()
833 certHash = NULL; in ossl_cmp_certConf_new()
856 ASN1_OCTET_STRING_free(certHash); in ossl_cmp_certConf_new()
A Dcmp_server.c356 ASN1_OCTET_STRING *certHash = status->certHash; in process_certConf() local
359 if (!srv_ctx->process_certConf(srv_ctx, req, certReqId, certHash, si)) in process_certConf()
A Dcmp_asn.c322 ASN1_SIMPLE(OSSL_CMP_CERTSTATUS, certHash, ASN1_OCTET_STRING),
A Dcmp_local.h376 ASN1_OCTET_STRING *certHash; member
/openssl-master/apps/lib/
A Dcmp_mock_srv.c362 const ASN1_OCTET_STRING *certHash, in process_certConf() argument
368 if (ctx == NULL || certConf == NULL || certHash == NULL) { in process_certConf()
385 if (ASN1_OCTET_STRING_cmp(certHash, digest) != 0) { in process_certConf()
/openssl-master/fuzz/
A Dcmp.c143 const ASN1_OCTET_STRING *certHash, in process_certConf() argument
/openssl-master/doc/man3/
A DOSSL_CMP_SRV_CTX_new.pod60 const ASN1_OCTET_STRING *certHash,
/openssl-master/include/openssl/
A Dcmp.h.in427 const ASN1_OCTET_STRING *certHash,

Completed in 17 milliseconds