/third_party/node/deps/openssl/openssl/crypto/cmp/ |
H A D | cmp_msg.c | 771 * Set the certHash field of a OSSL_CMP_CERTSTATUS structure. 780 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()
|
H A D | cmp_server.c | 363 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()
|
H A D | cmp_asn.c | 322 ASN1_SIMPLE(OSSL_CMP_CERTSTATUS, certHash, ASN1_OCTET_STRING),
|
H A D | cmp_local.h | 367 * certHash OCTET STRING, 376 ASN1_OCTET_STRING *certHash; member
|
/third_party/openssl/crypto/cmp/ |
H A D | cmp_msg.c | 771 * Set the certHash field of a OSSL_CMP_CERTSTATUS structure. 780 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()
|
H A D | cmp_server.c | 363 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()
|
H A D | cmp_asn.c | 322 ASN1_SIMPLE(OSSL_CMP_CERTSTATUS, certHash, ASN1_OCTET_STRING),
|
H A D | cmp_local.h | 367 * certHash OCTET STRING, 376 ASN1_OCTET_STRING *certHash; member
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | cmp_mock_srv.c | 366 const ASN1_OCTET_STRING *certHash, in process_certConf() 372 if (ctx == NULL || certConf == NULL || certHash == NULL) { in process_certConf() 385 if (ASN1_OCTET_STRING_cmp(certHash, digest) != 0) { in process_certConf() 363 process_certConf(OSSL_CMP_SRV_CTX *srv_ctx, const OSSL_CMP_MSG *certConf, ossl_unused int certReqId, const ASN1_OCTET_STRING *certHash, const OSSL_CMP_PKISI *si) process_certConf() argument
|
/third_party/openssl/apps/lib/ |
H A D | cmp_mock_srv.c | 366 const ASN1_OCTET_STRING *certHash, in process_certConf() 372 if (ctx == NULL || certConf == NULL || certHash == NULL) { in process_certConf() 385 if (ASN1_OCTET_STRING_cmp(certHash, digest) != 0) { in process_certConf() 363 process_certConf(OSSL_CMP_SRV_CTX *srv_ctx, const OSSL_CMP_MSG *certConf, ossl_unused int certReqId, const ASN1_OCTET_STRING *certHash, const OSSL_CMP_PKISI *si) process_certConf() argument
|
/third_party/node/deps/openssl/openssl/fuzz/ |
H A D | cmp.c | 143 const ASN1_OCTET_STRING *certHash, in process_certConf() 141 process_certConf(OSSL_CMP_SRV_CTX *srv_ctx, const OSSL_CMP_MSG *certConf, int certReqId, const ASN1_OCTET_STRING *certHash, const OSSL_CMP_PKISI *si) process_certConf() argument
|
/third_party/openssl/fuzz/ |
H A D | cmp.c | 143 const ASN1_OCTET_STRING *certHash, in process_certConf() 141 process_certConf(OSSL_CMP_SRV_CTX *srv_ctx, const OSSL_CMP_MSG *certConf, int certReqId, const ASN1_OCTET_STRING *certHash, const OSSL_CMP_PKISI *si) process_certConf() argument
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | cmp.h | 551 const ASN1_OCTET_STRING *certHash,
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | cmp.h | 551 const ASN1_OCTET_STRING *certHash,
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/ |
H A D | cmp.h | 551 const ASN1_OCTET_STRING *certHash,
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | cmp.h | 551 const ASN1_OCTET_STRING *certHash,
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/ |
H A D | cmp.h | 551 const ASN1_OCTET_STRING *certHash,
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | cmp.h | 551 const ASN1_OCTET_STRING *certHash,
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/ |
H A D | cmp.h | 551 const ASN1_OCTET_STRING *certHash,
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
H A D | cmp.h | 551 const ASN1_OCTET_STRING *certHash,
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | cmp.h | 551 const ASN1_OCTET_STRING *certHash,
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/ |
H A D | cmp.h | 551 const ASN1_OCTET_STRING *certHash,
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ |
H A D | cmp.h | 551 const ASN1_OCTET_STRING *certHash,
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/ |
H A D | cmp.h | 551 const ASN1_OCTET_STRING *certHash,
|
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
H A D | cmp.h | 551 const ASN1_OCTET_STRING *certHash,
|