Searched refs:config_ctx (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/wireguard-tools/ |
| H A D | config.h | 15 struct config_ctx { struct 23 bool config_read_init(struct config_ctx *ctx, bool append); argument 24 bool config_read_line(struct config_ctx *ctx, const char *line); 25 struct wgdevice *config_read_finish(struct config_ctx *ctx);
|
| H A D | config.c | 436 static bool process_line(struct config_ctx *ctx, const char *line) in process_line() 506 bool config_read_line(struct config_ctx *ctx, const char *input) in config_read_line() 540 bool config_read_init(struct config_ctx *ctx, bool append) in config_read_init() 553 struct wgdevice *config_read_finish(struct config_ctx *ctx) in config_read_finish()
|
| H A D | setconf.c | 104 struct config_ctx ctx; in setconf_main()
|
| /freebsd/crypto/openssl/apps/include/ |
| H A D | s_apps.h | 76 int config_ctx(SSL_CONF_CTX *cctx, STACK_OF(OPENSSL_STRING) *str, SSL_CTX *ctx);
|
| /freebsd/crypto/openssl/apps/lib/ |
| H A D | s_cb.c | 1344 int config_ctx(SSL_CONF_CTX *cctx, STACK_OF(OPENSSL_STRING) *str, in config_ctx() function
|
| /freebsd/crypto/openssl/apps/ |
| H A D | s_server.c | 2034 if (!config_ctx(cctx, ssl_args, ctx)) in s_server_main() 2206 if (!config_ctx(cctx, ssl_args, ctx2)) in s_server_main()
|
| H A D | s_client.c | 1905 if (!config_ctx(cctx, ssl_args, ctx)) in s_client_main()
|