Searched refs:vfyCApath (Results 1 – 4 of 4) sorted by relevance
| /freebsd/crypto/openssl/apps/include/ |
| H A D | s_apps.h | 79 int ssl_load_stores(SSL_CTX *ctx, const char *vfyCApath,
|
| /freebsd/crypto/openssl/apps/lib/ |
| H A D | s_cb.c | 1394 const char *vfyCApath, const char *vfyCAfile, in ssl_load_stores() argument 1403 if (vfyCApath != NULL || vfyCAfile != NULL || vfyCAstore != NULL) { in ssl_load_stores() 1409 if (vfyCApath != NULL && !X509_STORE_load_path(vfy, vfyCApath)) in ssl_load_stores()
|
| /freebsd/crypto/openssl/apps/ |
| H A D | s_client.c | 957 char *vfyCApath = NULL, *vfyCAfile = NULL, *vfyCAstore = NULL; in s_client_main() local 1504 vfyCApath = opt_arg(); in s_client_main() 1981 vfyCApath, vfyCAfile, vfyCAstore, in s_client_main()
|
| H A D | s_server.c | 1126 char *vfyCApath = NULL, *vfyCAfile = NULL, *vfyCAstore = NULL; in s_server_main() local 1411 vfyCApath = opt_arg(); in s_server_main() 2145 vfyCApath, vfyCAfile, vfyCAstore, in s_server_main()
|