Searched refs:chCAstore (Results 1 – 4 of 4) sorted by relevance
| /freebsd/crypto/openssl/apps/include/ |
| H A D | s_apps.h | 82 const char *chCAstore, STACK_OF(X509_CRL) *crls,
|
| /freebsd/crypto/openssl/apps/lib/ |
| H A D | s_cb.c | 1397 const char *chCAstore, in ssl_load_stores() argument 1419 if (chCApath != NULL || chCAfile != NULL || chCAstore != NULL) { in ssl_load_stores() 1427 if (chCAstore != NULL && !X509_STORE_load_store(ch, chCAstore)) in ssl_load_stores()
|
| /freebsd/crypto/openssl/apps/ |
| H A D | s_client.c | 952 char *chCApath = NULL, *chCAfile = NULL, *chCAstore = NULL, *host = NULL; in s_client_main() local 1542 chCAstore = opt_arg(); in s_client_main() 1982 chCApath, chCAfile, chCAstore, in s_client_main()
|
| H A D | s_server.c | 1123 const char *chCApath = NULL, *chCAfile = NULL, *chCAstore = NULL; in s_server_main() local 1420 chCAstore = opt_arg(); in s_server_main() 2146 chCApath, chCAfile, chCAstore, in s_server_main()
|