Home
last modified time | relevance | path

Searched refs:cmd_handle (Results 1 – 25 of 46) sorted by relevance

12

/dports/security/libscep/libscep-0.09/src/clients/cli/
H A Dscep-client.c66 struct cmd_handle_t *cmd_handle = state->input; in verify_arguments() local
132 SCEP *handle = cmd_handle->handle; in parse_opt()
168 error = configuration_set_args(cmd_handle); in parse_opt()
335 struct cmd_handle_t cmd_handle; in main() local
344 memset(&cmd_handle, 0, sizeof(cmd_handle)); in main()
374 cmd_handle.handle, in main()
397 scep_write_certinfo(cmd_handle, cert); in main()
410 cmd_handle.handle, in main()
419 cmd_handle.handle, in main()
443 cmd_handle.handle, in main()
[all …]
H A Dconfiguration.c3 #define handle_unpack(cmd_handle) \ argument
4 SCEP *handle = cmd_handle->handle; \
5 struct cmd_args_t *cmd_args = &cmd_handle->cmd_args; \
11 handle_unpack(cmd_handle); in set_getca()
34 handle_unpack(cmd_handle); in set_pkcsreq()
91 if(var && !(cmd_handle->param_flags & SCEP_CLIENT_RESUME)) in set_pkcsreq()
106 handle_unpack(cmd_handle); in configuration_set_args()
174 return set_getca(cmd_handle); in configuration_set_args()
180 return set_pkcsreq(cmd_handle); in configuration_set_args()
195 SCEP *handle = cmd_handle->handle; in configuration_load()
[all …]
H A Dscep-client-util.c47 struct cmd_handle_t *cmd_handle, char *operation, char *message, in scep_send_request() argument
50 SCEP *handle = cmd_handle->handle; in scep_send_request()
51 struct cmd_args_t cmd_args = cmd_handle->cmd_args; in scep_send_request()
294 SCEP_CLIENT_ERROR scep_conf_set_url(struct cmd_handle_t *cmd_handle, char *url_str, UriUriA **targe… in scep_conf_set_url() argument
296 SCEP *handle = cmd_handle->handle; in scep_conf_set_url()
404 void scep_write_certinfo(struct cmd_handle_t cmd_handle, X509 *cert) in scep_write_certinfo() argument
406 struct cmd_args_t *cmd_args = &cmd_handle.cmd_args; in scep_write_certinfo()
412 scep_log(cmd_handle.handle, INFO, "cannot find key usage"); in scep_write_certinfo()
423 ERR_print_errors(cmd_handle.handle->configuration->log); in scep_write_certinfo()
424 scep_log(cmd_handle.handle, ERROR, "Unable to compute certificate digest"); in scep_write_certinfo()
H A Dscep-client.h114 SCEP_CLIENT_ERROR scep_send_request(struct cmd_handle_t *cmd_handle, char *operation, char *message,
117 SCEP_CLIENT_ERROR scep_conf_set_url(struct cmd_handle_t *cmd_handle, char *url_str, UriUriA **targe…
122 void scep_write_certinfo(struct cmd_handle_t cmd_handle, X509 *cert);
H A Dconfiguration.h34 SCEP_CLIENT_ERROR configuration_set_args(struct cmd_handle_t *cmd_handle);
35 SCEP_CLIENT_ERROR configuration_load(struct cmd_handle_t *cmd_handle, char *filepath);
/dports/security/p5-Crypt-LibSCEP/libscep-0.09/src/clients/cli/
H A Dscep-client.c66 struct cmd_handle_t *cmd_handle = state->input; in verify_arguments() local
132 SCEP *handle = cmd_handle->handle; in parse_opt()
168 error = configuration_set_args(cmd_handle); in parse_opt()
335 struct cmd_handle_t cmd_handle; in main() local
344 memset(&cmd_handle, 0, sizeof(cmd_handle)); in main()
374 cmd_handle.handle, in main()
397 scep_write_certinfo(cmd_handle, cert); in main()
410 cmd_handle.handle, in main()
419 cmd_handle.handle, in main()
443 cmd_handle.handle, in main()
[all …]
H A Dconfiguration.c3 #define handle_unpack(cmd_handle) \
4 SCEP *handle = cmd_handle->handle; \
5 struct cmd_args_t *cmd_args = &cmd_handle->cmd_args; \
11 handle_unpack(cmd_handle);
34 handle_unpack(cmd_handle);
91 if(var && !(cmd_handle->param_flags & SCEP_CLIENT_RESUME))
106 handle_unpack(cmd_handle);
174 return set_getca(cmd_handle);
180 return set_pkcsreq(cmd_handle);
195 SCEP *handle = cmd_handle->handle;
[all …]
H A Dscep-client-util.c47 struct cmd_handle_t *cmd_handle, char *operation, char *message,
50 SCEP *handle = cmd_handle->handle;
51 struct cmd_args_t cmd_args = cmd_handle->cmd_args;
294 SCEP_CLIENT_ERROR scep_conf_set_url(struct cmd_handle_t *cmd_handle, char *url_str, UriUriA **targe…
296 SCEP *handle = cmd_handle->handle;
404 void scep_write_certinfo(struct cmd_handle_t cmd_handle, X509 *cert)
406 struct cmd_args_t *cmd_args = &cmd_handle.cmd_args;
412 scep_log(cmd_handle.handle, INFO, "cannot find key usage");
423 ERR_print_errors(cmd_handle.handle->configuration->log);
424 scep_log(cmd_handle.handle, ERROR, "Unable to compute certificate digest");
H A Dscep-client.h114 SCEP_CLIENT_ERROR scep_send_request(struct cmd_handle_t *cmd_handle, char *operation, char *message,
117 SCEP_CLIENT_ERROR scep_conf_set_url(struct cmd_handle_t *cmd_handle, char *url_str, UriUriA **targe…
122 void scep_write_certinfo(struct cmd_handle_t cmd_handle, X509 *cert);
H A Dconfiguration.h34 SCEP_CLIENT_ERROR configuration_set_args(struct cmd_handle_t *cmd_handle);
35 SCEP_CLIENT_ERROR configuration_load(struct cmd_handle_t *cmd_handle, char *filepath);
/dports/net-p2p/ncdc/ncdc-1.22.1/src/
H A Duit_main.c77 cmd_handle(str); in t_key()
87 cmd_handle(c); in uit_main_keys()
H A Dui.c537 cmd_handle("/close"); in ui_input()
540 cmd_handle("/clear"); in ui_input()
544 cmd_handle("/refresh"); in ui_input()
548 cmd_handle("/browse"); in ui_input()
552 cmd_handle("/connections"); in ui_input()
556 cmd_handle("/queue"); in ui_input()
H A Duit_msg.c101 cmd_handle(str); in t_key()
/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/plugins/vrSyncPlugin/
H A DvrSyncPlugin.cpp111 b3SharedMemoryCommandHandle cmd_handle = in preTickPluginCallback_vrSyncPlugin() local
114 b3SubmitClientCommandAndWaitStatus(context->m_physClient, cmd_handle); in preTickPluginCallback_vrSyncPlugin()
140 b3SubmitClientCommandAndWaitStatus(context->m_physClient, cmd_handle); in preTickPluginCallback_vrSyncPlugin()
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/plugins/vrSyncPlugin/
H A DvrSyncPlugin.cpp111 b3SharedMemoryCommandHandle cmd_handle = in preTickPluginCallback_vrSyncPlugin() local
114 b3SubmitClientCommandAndWaitStatus(context->m_physClient, cmd_handle); in preTickPluginCallback_vrSyncPlugin()
140 b3SubmitClientCommandAndWaitStatus(context->m_physClient, cmd_handle); in preTickPluginCallback_vrSyncPlugin()
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/target/vgl/_INFORMATION/
H A Dpenius.c102 void cmd_handle();
170 cmd_handle();
179 void cmd_handle() {
285 cmd_handle();
1066 cmd_handle("help\0");
1124 cmd_handle();
/dports/net/kissd/kissd-0.3/src/
H A Dcmd.h10 int cmd_handle (struct THREAD_STATE* ts, char* cmd);
H A Dthread.c58 if (!cmd_handle (ts, cmd)) in thread_run()
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/unity3d/examples/
H A DNewBehaviourScript.cs116 IntPtr cmd_handle = in Update()
118 … IntPtr status_handle = NativeMethods.b3SubmitClientCommandAndWaitStatus(pybullet, cmd_handle); in Update()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_mbox.h135 struct vf_cmd_check_handle *cmd_handle,
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_mbox.h135 struct vf_cmd_check_handle *cmd_handle,
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_mbox.h135 struct vf_cmd_check_handle *cmd_handle,
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/
H A Dpybullet.c1595 b3SharedMemoryCommandHandle cmd_handle; in pybullet_getDynamicsInfo() local
4010 b3SharedMemoryCommandHandle cmd_handle; in pybullet_getAABB() local
4025 cmd_handle = in pybullet_getAABB()
4496 b3SharedMemoryCommandHandle cmd_handle; in pybullet_getConstraintState() local
5369 b3SharedMemoryCommandHandle cmd_handle; in pybullet_getJointState() local
5383 cmd_handle = in pybullet_getJointState()
5477 cmd_handle = in pybullet_getJointStateMultiDof()
5581 cmd_handle = in pybullet_getJointStatesMultiDof()
5742 cmd_handle = in pybullet_getJointStates()
5855 cmd_handle = in pybullet_getLinkState()
[all …]
/dports/dns/knot3-lib/knot-3.1.5/src/utils/knsupdate/
H A Dknsupdate_exec.c97 cmd_handle_f cmd_handle[] = { variable
493 ret = cmd_handle[ret](val, params); in process_line()
610 cmd_handle_f *h = cmd_handle; in cmd_update()
/dports/dns/knot3/knot-3.1.5/src/utils/knsupdate/
H A Dknsupdate_exec.c97 cmd_handle_f cmd_handle[] = { variable
493 ret = cmd_handle[ret](val, params); in process_line()
610 cmd_handle_f *h = cmd_handle; in cmd_update()

12