Searched refs:certHash (Results 1 – 8 of 8) sorted by relevance
/openssl-master/crypto/cmp/ |
A D | cmp_msg.c | 791 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 D | cmp_server.c | 356 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 D | cmp_asn.c | 322 ASN1_SIMPLE(OSSL_CMP_CERTSTATUS, certHash, ASN1_OCTET_STRING),
|
A D | cmp_local.h | 376 ASN1_OCTET_STRING *certHash; member
|
/openssl-master/apps/lib/ |
A D | cmp_mock_srv.c | 362 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 D | cmp.c | 143 const ASN1_OCTET_STRING *certHash, in process_certConf() argument
|
/openssl-master/doc/man3/ |
A D | OSSL_CMP_SRV_CTX_new.pod | 60 const ASN1_OCTET_STRING *certHash,
|
/openssl-master/include/openssl/ |
A D | cmp.h.in | 427 const ASN1_OCTET_STRING *certHash,
|
Completed in 17 milliseconds