OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:certHash
(Results
1 - 6
of
6
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/crypto/cmp/
cmp_server.c
363
ASN1_OCTET_STRING *
certHash
= status->
certHash
;
370
if (!srv_ctx->process_certConf(srv_ctx, req, certReqId,
certHash
, si))
cmp_msg.c
771
* Set the
certHash
field of a OSSL_CMP_CERTSTATUS structure.
780
ASN1_OCTET_STRING_free(certStatus->
certHash
);
781
certStatus->
certHash
= hash;
790
ASN1_OCTET_STRING *
certHash
= NULL;
822
if ((
certHash
= X509_digest_sig(ctx->newCert, NULL, NULL)) == NULL)
825
if (!ossl_cmp_certstatus_set0_certHash(certStatus,
certHash
))
827
certHash
= NULL;
850
ASN1_OCTET_STRING_free(
certHash
);
cmp_local.h
367
*
certHash
OCTET STRING,
376
ASN1_OCTET_STRING *
certHash
;
/src/crypto/external/apache2/openssl/dist/crypto/cmp/
cmp_server.c
430
ASN1_OCTET_STRING *
certHash
= status->
certHash
;
437
if (!srv_ctx->process_certConf(srv_ctx, req, certReqId,
certHash
, si))
cmp_msg.c
856
* Set the
certHash
field of a OSSL_CMP_CERTSTATUS structure.
865
ASN1_OCTET_STRING_free(certStatus->
certHash
);
866
certStatus->
certHash
= hash;
877
ASN1_OCTET_STRING *
certHash
= NULL;
911
if ((
certHash
= X509_digest_sig(ctx->newCert, &md, &is_fallback)) == NULL)
922
if (!ossl_cmp_certstatus_set0_certHash(certStatus,
certHash
))
924
certHash
= NULL;
945
ASN1_OCTET_STRING_free(
certHash
);
cmp_local.h
421
*
certHash
OCTET STRING,
431
ASN1_OCTET_STRING *
certHash
;
Completed in 32 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026