Searched refs:certHash (Results 1 – 9 of 9) sorted by relevance
| /src/crypto/openssl/crypto/cmp/ |
| H A D | cmp_msg.c | 865 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 D | cmp_server.c | 430 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 D | cmp_local.h | 431 ASN1_OCTET_STRING *certHash; member
|
| H A D | cmp_asn.c | 939 ASN1_SIMPLE(OSSL_CMP_CERTSTATUS, certHash, ASN1_OCTET_STRING),
|
| /src/crypto/openssl/apps/lib/ |
| H A D | cmp_mock_srv.c | 650 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 D | cmp.c | 143 const ASN1_OCTET_STRING *certHash, in process_certConf() argument
|
| /src/crypto/openssl/doc/man3/ |
| H A D | OSSL_CMP_SRV_CTX_new.pod | 63 const ASN1_OCTET_STRING *certHash,
|
| /src/crypto/openssl/include/openssl/ |
| H A D | cmp.h.in | 529 const ASN1_OCTET_STRING *certHash,
|
| H A D | cmp.h | 672 const ASN1_OCTET_STRING *certHash,
|