Home
last modified time | relevance | path

Searched refs:certReq (Results 1 - 25 of 69) sorted by relevance

123

/third_party/node/deps/openssl/openssl/crypto/crmf/
H A Dcrmf_lib.c52 if (msg == NULL || msg->certReq == NULL) \
54 controls = msg->certReq->controls; \
94 if (crm == NULL || crm->certReq == NULL || ctrl == NULL) { in OSSL_CRMF_MSG_push0_regCtrl()
99 if (crm->certReq->controls == NULL) { in OSSL_CRMF_MSG_push0_regCtrl()
100 crm->certReq->controls = sk_OSSL_CRMF_ATTRIBUTETYPEANDVALUE_new_null(); in OSSL_CRMF_MSG_push0_regCtrl()
101 if (crm->certReq->controls == NULL) in OSSL_CRMF_MSG_push0_regCtrl()
105 if (!sk_OSSL_CRMF_ATTRIBUTETYPEANDVALUE_push(crm->certReq->controls, ctrl)) in OSSL_CRMF_MSG_push0_regCtrl()
111 sk_OSSL_CRMF_ATTRIBUTETYPEANDVALUE_free(crm->certReq->controls); in OSSL_CRMF_MSG_push0_regCtrl()
112 crm->certReq->controls = NULL; in OSSL_CRMF_MSG_push0_regCtrl()
243 /* id-regInfo-certReq t in IMPLEMENT_CRMF_CTRL_FUNC()
[all...]
H A Dcrmf_local.h360 OSSL_CRMF_CERTREQUEST *certReq; member
372 * certReq CertRequest,
379 OSSL_CRMF_CERTREQUEST *certReq; member
H A Dcrmf_asn.c164 value.certReq, OSSL_CRMF_CERTREQUEST)),
223 ASN1_SIMPLE(OSSL_CRMF_MSG, certReq, OSSL_CRMF_CERTREQUEST),
/third_party/openssl/crypto/crmf/
H A Dcrmf_lib.c52 if (msg == NULL || msg->certReq == NULL) \
54 controls = msg->certReq->controls; \
94 if (crm == NULL || crm->certReq == NULL || ctrl == NULL) { in OSSL_CRMF_MSG_push0_regCtrl()
99 if (crm->certReq->controls == NULL) { in OSSL_CRMF_MSG_push0_regCtrl()
100 crm->certReq->controls = sk_OSSL_CRMF_ATTRIBUTETYPEANDVALUE_new_null(); in OSSL_CRMF_MSG_push0_regCtrl()
101 if (crm->certReq->controls == NULL) in OSSL_CRMF_MSG_push0_regCtrl()
105 if (!sk_OSSL_CRMF_ATTRIBUTETYPEANDVALUE_push(crm->certReq->controls, ctrl)) in OSSL_CRMF_MSG_push0_regCtrl()
111 sk_OSSL_CRMF_ATTRIBUTETYPEANDVALUE_free(crm->certReq->controls); in OSSL_CRMF_MSG_push0_regCtrl()
112 crm->certReq->controls = NULL; in OSSL_CRMF_MSG_push0_regCtrl()
243 /* id-regInfo-certReq t in IMPLEMENT_CRMF_CTRL_FUNC()
[all...]
H A Dcrmf_local.h360 OSSL_CRMF_CERTREQUEST *certReq; member
372 * certReq CertRequest,
379 OSSL_CRMF_CERTREQUEST *certReq; member
H A Dcrmf_asn.c164 value.certReq, OSSL_CRMF_CERTREQUEST)),
223 ASN1_SIMPLE(OSSL_CRMF_MSG, certReq, OSSL_CRMF_CERTREQUEST),
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dcmp_mock_srv.c26 OSSL_CMP_MSG *certReq; /* ir/cr/p10cr/kur remembered while polling */ member
42 OSSL_CMP_MSG_free(ctx->certReq); in mock_srv_ctx_free()
202 if (ctx->certReq != NULL) { in process_cert_request()
207 if ((ctx->certReq = OSSL_CMP_MSG_dup(cert_req)) == NULL) in process_cert_request()
397 OSSL_CMP_MSG **certReq, int64_t *check_after) in process_pollReq()
402 || certReq == NULL || check_after == NULL) { in process_pollReq()
408 *certReq = NULL; in process_pollReq()
412 if (ctx->certReq == NULL) { in process_pollReq()
414 *certReq = NULL; in process_pollReq()
421 *certReq in process_pollReq()
394 process_pollReq(OSSL_CMP_SRV_CTX *srv_ctx, const OSSL_CMP_MSG *pollReq, ossl_unused int certReqId, OSSL_CMP_MSG **certReq, int64_t *check_after) process_pollReq() argument
[all...]
/third_party/openssl/apps/lib/
H A Dcmp_mock_srv.c26 OSSL_CMP_MSG *certReq; /* ir/cr/p10cr/kur remembered while polling */ member
42 OSSL_CMP_MSG_free(ctx->certReq); in mock_srv_ctx_free()
202 if (ctx->certReq != NULL) { in process_cert_request()
207 if ((ctx->certReq = OSSL_CMP_MSG_dup(cert_req)) == NULL) in process_cert_request()
397 OSSL_CMP_MSG **certReq, int64_t *check_after) in process_pollReq()
402 || certReq == NULL || check_after == NULL) { in process_pollReq()
408 *certReq = NULL; in process_pollReq()
412 if (ctx->certReq == NULL) { in process_pollReq()
414 *certReq = NULL; in process_pollReq()
421 *certReq in process_pollReq()
394 process_pollReq(OSSL_CMP_SRV_CTX *srv_ctx, const OSSL_CMP_MSG *pollReq, ossl_unused int certReqId, OSSL_CMP_MSG **certReq, int64_t *check_after) process_pollReq() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_server.c395 OSSL_CMP_MSG *certReq; in process_pollReq() local
415 &certReq, &check_after)) in process_pollReq()
418 if (certReq != NULL) { in process_pollReq()
419 msg = process_cert_request(srv_ctx, certReq); in process_pollReq()
420 OSSL_CMP_MSG_free(certReq); in process_pollReq()
/third_party/openssl/crypto/cmp/
H A Dcmp_server.c395 OSSL_CMP_MSG *certReq; in process_pollReq() local
415 &certReq, &check_after)) in process_pollReq()
418 if (certReq != NULL) { in process_pollReq()
419 msg = process_cert_request(srv_ctx, certReq); in process_pollReq()
420 OSSL_CMP_MSG_free(certReq); in process_pollReq()
/third_party/node/deps/openssl/openssl/fuzz/
H A Dcmp.c152 OSSL_CMP_MSG **certReq, int64_t *check_after) in process_pollReq()
150 process_pollReq(OSSL_CMP_SRV_CTX *srv_ctx, const OSSL_CMP_MSG *pollReq, int certReqId, OSSL_CMP_MSG **certReq, int64_t *check_after) process_pollReq() argument
/third_party/openssl/fuzz/
H A Dcmp.c152 OSSL_CMP_MSG **certReq, int64_t *check_after) in process_pollReq()
150 process_pollReq(OSSL_CMP_SRV_CTX *srv_ctx, const OSSL_CMP_MSG *pollReq, int certReqId, OSSL_CMP_MSG **certReq, int64_t *check_after) process_pollReq() argument
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dcmp.h555 OSSL_CMP_MSG **certReq,
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dcmp.h555 OSSL_CMP_MSG **certReq,
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
H A Dcmp.h555 OSSL_CMP_MSG **certReq,
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dcmp.h555 OSSL_CMP_MSG **certReq,
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/
H A Dcmp.h555 OSSL_CMP_MSG **certReq,
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dcmp.h555 OSSL_CMP_MSG **certReq,
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Dcmp.h555 OSSL_CMP_MSG **certReq,
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dcmp.h555 OSSL_CMP_MSG **certReq,
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dcmp.h555 OSSL_CMP_MSG **certReq,
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/
H A Dcmp.h555 OSSL_CMP_MSG **certReq,
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Dcmp.h555 OSSL_CMP_MSG **certReq,
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/
H A Dcmp.h555 OSSL_CMP_MSG **certReq,
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dcmp.h555 OSSL_CMP_MSG **certReq,

Completed in 28 milliseconds

123