Home
last modified time | relevance | path

Searched defs:server_control_s (Results 1 – 10 of 10) sorted by relevance

/dports/security/gnupg/gnupg-2.3.3/g13/
H A Dg13.h35 struct server_control_s struct
37 int no_server; /* We are not running under server control */
38 int status_fd; /* Only for non-server mode */
39 struct server_local_s *server_local;
40 struct call_syshelp_s *syshelp_local;
42 int agent_seen; /* Flag indicating that the gpg-agent has been
45 int with_colons; /* Use column delimited output format */
48 int conttype;
50 strlist_t recipients; /* List of recipients. */
H A Dg13-syshelp.h47 struct server_control_s struct
71 void g13_syshelp_init_default_ctrl (struct server_control_s *ctrl); argument
/dports/security/gnupg/gnupg-2.3.3/g10/
H A Dgpg.h91 struct server_control_s struct
94 unsigned long magic;
97 struct server_local_s *server_local;
100 dirmngr_local_t dirmngr_local;
103 keyboxd_local_t keyboxd_local;
106 struct {
109 } tofu;
112 KEYDB_HANDLE cached_getkey_kdb;
118 unsigned char *secret_keygrips;
119 size_t secret_keygrips_len;
[all …]
/dports/security/gnupg/gnupg-2.3.3/kbx/
H A Dkeyboxd.h94 struct server_control_s struct
102 struct {
104 } thread_startup;
107 struct server_local_s *server_local;
110 char *lc_messages;
113 unsigned long client_pid;
114 int client_uid;
118 db_request_t db_req;
124 unsigned int filter_opgp : 1;
125 unsigned int filter_x509 : 1;
[all …]
/dports/security/gnupg/gnupg-2.3.3/tpm2d/
H A Dtpm2daemon.h63 struct server_control_s struct
67 struct {
69 } thread_startup;
72 struct server_local_s *server_local;
78 struct assuan_context_s *ctx;
82 {
85 } in_data;
/dports/security/gnupg/gnupg-2.3.3/sm/
H A Dgpgsm.h202 struct server_control_s struct
205 int status_fd; /* Only for non-server mode */
206 struct server_local_s *server_local;
217 int with_validation;/* Validate each key while listing. */
222 int is_pem; /* Is in PEM format */
223 int is_base64; /* is in plain base-64 format */
225 int create_base64; /* Create base64 encoded output */
226 int create_pem; /* create PEM output */
227 const char *pem_name; /* PEM name to use */
234 int validation_model; /* 0 := standard model (shell),
[all …]
/dports/security/gnupg/gnupg-2.3.3/scd/
H A Dscdaemon.h96 struct server_control_s struct
100 struct {
102 } thread_startup;
105 struct server_local_s *server_local;
111 struct card_ctx_s *card_ctx;
116 apptype_t current_apptype;
120 {
123 } in_data;
/dports/security/gnupg/gnupg-2.3.3/agent/
H A Dagent.h233 struct {
235 } thread_startup;
240 int restricted;
250 char *lc_ctype;
251 char *lc_messages;
253 int client_uid;
262 struct {
272 } digest;
274 int have_keygrip;
278 int use_auth_call;
[all …]
/dports/security/gnupg/gnupg-2.3.3/dirmngr/
H A Ddirmngr.h197 struct server_control_s struct
199 unsigned long magic;/* Always has SERVER_CONTROL_MAGIC. */
201 int no_server; /* We are not running under server control. */
202 int status_fd; /* Only for non-server mode. */
203 struct server_local_s *server_local;
204 int force_crl_refresh; /* Always load a fresh CRL. */
207 cert_ref_t ocsp_certs; /* Certificates from the current OCSP
210 int audit_events; /* Send audit events to client. */
211 char *http_proxy; /* The used http_proxy or NULL. */
213 unsigned int timeout; /* Timeout for connect calls in ms. */
[all …]
/dports/security/dirmngr/dirmngr-1.1.0/src/
H A Ddirmngr.h155 struct server_control_s struct
170 typedef struct server_control_s *ctrl_t; argument