Searched refs:certHash (Results 1 – 8 of 8) sorted by relevance
/openssl/crypto/cmp/ |
H A D | cmp_msg.c | 789 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 D | cmp_server.c | 420 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 D | cmp_local.h | 431 ASN1_OCTET_STRING *certHash; member
|
H A D | cmp_asn.c | 949 ASN1_SIMPLE(OSSL_CMP_CERTSTATUS, certHash, ASN1_OCTET_STRING),
|
/openssl/apps/lib/ |
H A D | cmp_mock_srv.c | 623 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 D | cmp.c | 143 const ASN1_OCTET_STRING *certHash, in process_certConf() argument
|
/openssl/doc/man3/ |
H A D | OSSL_CMP_SRV_CTX_new.pod | 63 const ASN1_OCTET_STRING *certHash,
|
/openssl/include/openssl/ |
H A D | cmp.h.in | 517 const ASN1_OCTET_STRING *certHash,
|
Completed in 25 milliseconds