Home
last modified time | relevance | path

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

123

/third_party/openssl/crypto/cmp/
Dcmp_msg.c780 ASN1_OCTET_STRING_free(certStatus->certHash); in ossl_cmp_certstatus_set0_certHash()
781 certStatus->certHash = hash; in ossl_cmp_certstatus_set0_certHash()
790 ASN1_OCTET_STRING *certHash = NULL; in ossl_cmp_certConf_new() local
822 if ((certHash = X509_digest_sig(ctx->newCert, NULL, NULL)) == NULL) in ossl_cmp_certConf_new()
825 if (!ossl_cmp_certstatus_set0_certHash(certStatus, certHash)) in ossl_cmp_certConf_new()
827 certHash = NULL; in ossl_cmp_certConf_new()
850 ASN1_OCTET_STRING_free(certHash); in ossl_cmp_certConf_new()
Dcmp_server.c363 ASN1_OCTET_STRING *certHash = status->certHash; in process_certConf() local
370 if (!srv_ctx->process_certConf(srv_ctx, req, certReqId, certHash, si)) in process_certConf()
Dcmp_asn.c322 ASN1_SIMPLE(OSSL_CMP_CERTSTATUS, certHash, ASN1_OCTET_STRING),
Dcmp_local.h376 ASN1_OCTET_STRING *certHash; member
/third_party/node/deps/openssl/openssl/crypto/cmp/
Dcmp_msg.c780 ASN1_OCTET_STRING_free(certStatus->certHash); in ossl_cmp_certstatus_set0_certHash()
781 certStatus->certHash = hash; in ossl_cmp_certstatus_set0_certHash()
790 ASN1_OCTET_STRING *certHash = NULL; in ossl_cmp_certConf_new() local
822 if ((certHash = X509_digest_sig(ctx->newCert, NULL, NULL)) == NULL) in ossl_cmp_certConf_new()
825 if (!ossl_cmp_certstatus_set0_certHash(certStatus, certHash)) in ossl_cmp_certConf_new()
827 certHash = NULL; in ossl_cmp_certConf_new()
850 ASN1_OCTET_STRING_free(certHash); in ossl_cmp_certConf_new()
Dcmp_server.c363 ASN1_OCTET_STRING *certHash = status->certHash; in process_certConf() local
370 if (!srv_ctx->process_certConf(srv_ctx, req, certReqId, certHash, si)) in process_certConf()
Dcmp_asn.c322 ASN1_SIMPLE(OSSL_CMP_CERTSTATUS, certHash, ASN1_OCTET_STRING),
Dcmp_local.h376 ASN1_OCTET_STRING *certHash; member
/third_party/node/deps/openssl/openssl/apps/lib/
Dcmp_mock_srv.c366 const ASN1_OCTET_STRING *certHash, in process_certConf() argument
372 if (ctx == NULL || certConf == NULL || certHash == NULL) { in process_certConf()
385 if (ASN1_OCTET_STRING_cmp(certHash, digest) != 0) { in process_certConf()
/third_party/openssl/apps/lib/
Dcmp_mock_srv.c366 const ASN1_OCTET_STRING *certHash, in process_certConf() argument
372 if (ctx == NULL || certConf == NULL || certHash == NULL) { in process_certConf()
385 if (ASN1_OCTET_STRING_cmp(certHash, digest) != 0) { in process_certConf()
/third_party/node/deps/openssl/openssl/fuzz/
Dcmp.c143 const ASN1_OCTET_STRING *certHash, in process_certConf() argument
/third_party/openssl/fuzz/
Dcmp.c143 const ASN1_OCTET_STRING *certHash, in process_certConf() argument
/third_party/openssl/doc/man3/
DOSSL_CMP_SRV_CTX_new.pod60 const ASN1_OCTET_STRING *certHash,
/third_party/node/deps/openssl/openssl/include/openssl/
Dcmp.h.in432 const ASN1_OCTET_STRING *certHash,
/third_party/openssl/include/openssl/
Dcmp.h.in432 const ASN1_OCTET_STRING *certHash,
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/include/openssl/
Dcmp.h551 const ASN1_OCTET_STRING *certHash,
/third_party/node/deps/openssl/config/archs/VC-WIN32/no-asm/include/openssl/
Dcmp.h551 const ASN1_OCTET_STRING *certHash,
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm/include/openssl/
Dcmp.h551 const ASN1_OCTET_STRING *certHash,
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
Dcmp.h551 const ASN1_OCTET_STRING *certHash,
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
Dcmp.h551 const ASN1_OCTET_STRING *certHash,
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
Dcmp.h551 const ASN1_OCTET_STRING *certHash,
/third_party/node/deps/openssl/config/archs/VC-WIN64A/no-asm/include/openssl/
Dcmp.h551 const ASN1_OCTET_STRING *certHash,
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm_avx2/include/openssl/
Dcmp.h551 const ASN1_OCTET_STRING *certHash,
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/include/openssl/
Dcmp.h551 const ASN1_OCTET_STRING *certHash,
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/include/openssl/
Dcmp.h551 const ASN1_OCTET_STRING *certHash,

123