Searched refs:config_ctx (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
H A D | s_apps.h | 68 int config_ctx(SSL_CONF_CTX *cctx, STACK_OF(OPENSSL_STRING) *str, SSL_CTX *ctx);
|
H A D | s_cb.c | 1242 int config_ctx(SSL_CONF_CTX *cctx, STACK_OF(OPENSSL_STRING) *str, in config_ctx() function
|
H A D | s_server.c | 1801 if (!config_ctx(cctx, ssl_args, ctx)) in s_server_main() 1960 if (!config_ctx(cctx, ssl_args, ctx2)) in s_server_main()
|
H A D | s_client.c | 1740 if (!config_ctx(cctx, ssl_args, ctx)) in s_client_main()
|
/netbsd-src/crypto/external/bsd/openssl/dist/apps/include/ |
H A D | s_apps.h | 71 int config_ctx(SSL_CONF_CTX *cctx, STACK_OF(OPENSSL_STRING) *str, SSL_CTX *ctx);
|
/netbsd-src/crypto/external/bsd/openssl/dist/apps/ |
H A D | s_server.c | 1851 if (!config_ctx(cctx, ssl_args, ctx)) in s_server_main() 2017 if (!config_ctx(cctx, ssl_args, ctx2)) in s_server_main()
|
H A D | s_client.c | 1700 if (!config_ctx(cctx, ssl_args, ctx)) in s_client_main()
|