Searched refs:apparg (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/easy_tls/
H A Dtest.h4 void test_process_init(int fd, int client_p, void *apparg);
9 void test_errflush(int child_p, char *errbuf, size_t num, void *apparg);
H A Deasy-tls.h19 void tls_set_dhe1024(int i, void *apparg);
27 int tls_rand_seed_from_file(const char *filename, size_t n, void *apparg);
44 SSL_CTX *tls_create_ctx(struct tls_create_ctx_args, void *apparg);
58 int tls_start_proxy(struct tls_start_proxy_args, void *apparg);
H A Deasy-tls.c130 * TLS_APP_PROCESS_INIT -- void ...(int fd, int client_p, void *apparg)
133 * TLS_APP_ERRFLUSH -- void ...(int child_p, char *, size_t, void *apparg)
137 # define TLS_APP_PROCESS_INIT(fd, client_p, apparg) ((void) 0)
150 tls_app_errflush(int child_p, char *errbuf, size_t num, void *apparg) argument
198 int tls_start_proxy(struct tls_start_proxy_args a, void *apparg) argument
241 tls_child_apparg = apparg;
245 TLS_APP_PROCESS_INIT(a.fd, a.client_p, apparg);
293 static void tls_errflush(void *apparg) argument
309 TLS_APP_ERRFLUSH(tls_child_p, errbuf, errbuf_i, apparg);
314 static void tls_errprintf(int flush, void *apparg, cons argument
348 tls_openssl_errors(const char *app_prefix_1, const char *app_prefix_2, const char *default_text, void *apparg) argument
415 tls_init(void *apparg) argument
474 tls_rand_seed_from_file(const char *filename, size_t n, void *apparg) argument
605 tls_set_dhe1024(int i, void *apparg) argument
660 tls_create_ctx(struct tls_create_ctx_args a, void *apparg) argument
[all...]
H A Dtest.c23 void test_process_init(int fd, int client_p, void *apparg) argument
26 "test_process_init(fd = %d, client_p = %d, apparg = %p)\n", fd,
27 client_p, apparg);
30 void test_errflush(int child_p, char *errbuf, size_t num, void *apparg) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/easy_tls/
H A Dtest.h5 void test_process_init(int fd, int client_p, void *apparg);
10 void test_errflush(int child_p, char *errbuf, size_t num, void *apparg);
H A Deasy-tls.h19 void tls_set_dhe1024(int i, void* apparg);
26 int tls_rand_seed_from_file(const char *filename, size_t n, void *apparg);
42 SSL_CTX *tls_create_ctx(struct tls_create_ctx_args, void *apparg);
55 int tls_start_proxy(struct tls_start_proxy_args, void *apparg);
H A Deasy-tls.c128 * TLS_APP_PROCESS_INIT -- void ...(int fd, int client_p, void *apparg)
131 * TLS_APP_ERRFLUSH -- void ...(int child_p, char *, size_t, void *apparg)
135 # define TLS_APP_PROCESS_INIT(fd, client_p, apparg) ((void) 0)
148 tls_app_errflush(int child_p, char *errbuf, size_t num, void *apparg) argument
197 tls_start_proxy(struct tls_start_proxy_args a, void *apparg) argument
240 tls_child_apparg = apparg;
244 TLS_APP_PROCESS_INIT(a.fd, a.client_p, apparg);
293 tls_errflush(void *apparg) argument
307 TLS_APP_ERRFLUSH(tls_child_p, errbuf, errbuf_i, apparg);
313 tls_errprintf(int flush, void *apparg, cons argument
347 tls_openssl_errors(const char *app_prefix_1, const char *app_prefix_2, const char *default_text, void *apparg) argument
409 tls_init(void *apparg) argument
471 tls_rand_seed_from_file(const char *filename, size_t n, void *apparg) argument
596 tls_set_dhe1024(int i, void *apparg) argument
651 tls_create_ctx(struct tls_create_ctx_args a, void *apparg) argument
[all...]
H A Dtest.c24 test_process_init(int fd, int client_p, void *apparg) argument
26 fprintf(stderr, "test_process_init(fd = %d, client_p = %d, apparg = %p)\n", fd, client_p, apparg);
30 test_errflush(int child_p, char *errbuf, size_t num, void *apparg) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/easy_tls/
H A Dtest.h4 void test_process_init(int fd, int client_p, void *apparg);
9 void test_errflush(int child_p, char *errbuf, size_t num, void *apparg);
H A Deasy-tls.h19 void tls_set_dhe1024(int i, void *apparg);
27 int tls_rand_seed_from_file(const char *filename, size_t n, void *apparg);
44 SSL_CTX *tls_create_ctx(struct tls_create_ctx_args, void *apparg);
58 int tls_start_proxy(struct tls_start_proxy_args, void *apparg);
H A Deasy-tls.c130 * TLS_APP_PROCESS_INIT -- void ...(int fd, int client_p, void *apparg)
133 * TLS_APP_ERRFLUSH -- void ...(int child_p, char *, size_t, void *apparg)
137 # define TLS_APP_PROCESS_INIT(fd, client_p, apparg) ((void) 0)
150 tls_app_errflush(int child_p, char *errbuf, size_t num, void *apparg) argument
198 int tls_start_proxy(struct tls_start_proxy_args a, void *apparg) argument
241 tls_child_apparg = apparg;
245 TLS_APP_PROCESS_INIT(a.fd, a.client_p, apparg);
293 static void tls_errflush(void *apparg) argument
309 TLS_APP_ERRFLUSH(tls_child_p, errbuf, errbuf_i, apparg);
314 static void tls_errprintf(int flush, void *apparg, cons argument
348 tls_openssl_errors(const char *app_prefix_1, const char *app_prefix_2, const char *default_text, void *apparg) argument
415 tls_init(void *apparg) argument
474 tls_rand_seed_from_file(const char *filename, size_t n, void *apparg) argument
605 tls_set_dhe1024(int i, void *apparg) argument
660 tls_create_ctx(struct tls_create_ctx_args a, void *apparg) argument
[all...]
H A Dtest.c23 void test_process_init(int fd, int client_p, void *apparg) argument
26 "test_process_init(fd = %d, client_p = %d, apparg = %p)\n", fd,
27 client_p, apparg);
30 void test_errflush(int child_p, char *errbuf, size_t num, void *apparg) argument

Completed in 34 milliseconds