Searched refs:noCAstore (Results 1 – 11 of 11) sorted by relevance
| /freebsd/crypto/openssl/apps/ |
| H A D | verify.c | 99 int noCApath = 0, noCAfile = 0, noCAstore = 0; in verify_main() local 155 noCAstore = 1; in verify_main() 167 noCAstore = 1; in verify_main() 221 CAstore, noCAstore)) in verify_main()
|
| H A D | crl.c | 117 int text = 0, do_ver = 0, noCAfile = 0, noCApath = 0, noCAstore = 0; in crl_main() local 180 noCAstore = 1; in crl_main() 247 CAstore, noCAstore)) in crl_main()
|
| H A D | s_time.c | 144 int noCApath = 0, noCAfile = 0, noCAstore = 0; in s_time_main() local 205 noCAstore = 1; in s_time_main() 280 CAstore, noCAstore)) { in s_time_main()
|
| H A D | smime.c | 214 int noCApath = 0, noCAfile = 0, noCAstore = 0; in smime_main() local 418 noCAstore = 1; in smime_main() 604 CAstore, noCAstore)) in smime_main()
|
| H A D | pkcs12.c | 225 int noCApath = 0, noCAfile = 0, noCAstore = 0; in pkcs12_main() local 402 noCAstore = 1; in pkcs12_main() 464 if (noCAstore) in pkcs12_main() 664 CAstore, noCAstore)) in pkcs12_main()
|
| H A D | ocsp.c | 290 int noCAfile = 0, noCApath = 0, noCAstore = 0; in ocsp_main() local 446 noCAstore = 1; in ocsp_main() 846 CAstore, noCAstore); in ocsp_main()
|
| H A D | cms.c | 362 int noCAfile = 0, noCApath = 0, noCAstore = 0; in cms_main() local 562 noCAstore = 1; in cms_main() 1037 CAstore, noCAstore)) in cms_main()
|
| H A D | s_server.c | 1136 int noCApath = 0, noCAfile = 0, noCAstore = 0; in s_server_main() local 1417 noCAstore = 1; in s_server_main() 2132 CAstore, noCAstore)) { in s_server_main() 2195 noCApath, CAstore, noCAstore)) { in s_server_main()
|
| H A D | s_client.c | 963 int noCApath = 0, noCAfile = 0, noCAstore = 0; in s_client_main() local 1539 noCAstore = 1; in s_client_main() 2111 CAstore, noCAstore)) { in s_client_main()
|
| /freebsd/crypto/openssl/apps/include/ |
| H A D | apps.h | 162 const char *CAstore, int noCAstore); 166 const char *CAstore, int noCAstore);
|
| /freebsd/crypto/openssl/apps/lib/ |
| H A D | apps.c | 97 const char *CAstore, int noCAstore) in ctx_set_verify_locations() argument 104 if (!noCAstore && SSL_CTX_set_default_verify_store(ctx) <= 0) in ctx_set_verify_locations() 1385 const char *CAstore, int noCAstore) in setup_verify() argument 1431 if (CAstore != NULL || !noCAstore) { in setup_verify()
|