/openssl/demos/bio/ |
H A D | sconnect.c | 36 const char *CAfile = CAFILE; in main() local
|
/openssl/apps/ |
H A D | ts.c | 161 const char *CAfile = NULL, *prog; in ts_main() local 854 const char *CApath, const char *CAfile, in verify_command() 901 const char *CApath, const char *CAfile, in create_verify_ctx() 975 static X509_STORE *create_cert_store(const char *CApath, const char *CAfile, in create_cert_store()
|
H A D | verify.c | 87 const char *prog, *CApath = NULL, *CAfile = NULL, *CAstore = NULL; in verify_main() local
|
H A D | crl.c | 89 const char *CAfile = NULL, *CApath = NULL, *CAstore = NULL, *prog; in crl_main() local
|
H A D | s_time.c | 121 char *CApath = NULL, *CAfile = NULL, *CAstore = NULL; in s_time_main() local
|
H A D | x509.c | 286 char *infile = NULL, *outfile = NULL, *privkeyfile = NULL, *CAfile = NULL; in x509_main() local 1136 static ASN1_INTEGER *x509_load_serial(const char *CAfile, in x509_load_serial()
|
H A D | smime.c | 174 const char *CAfile = NULL, *CApath = NULL, *CAstore = NULL, *prog = NULL; in smime_main() local
|
H A D | pkcs12.c | 184 const char *CApath = NULL, *CAfile = NULL, *CAstore = NULL, *prog; in pkcs12_main() local
|
H A D | ocsp.c | 232 const char *CAfile = NULL, *CApath = NULL, *CAstore = NULL; in ocsp_main() local
|
H A D | cms.c | 297 const char *CAfile = NULL, *CApath = NULL, *CAstore = NULL; in cms_main() local
|
H A D | req.c | 259 const char *infile = NULL, *CAfile = NULL, *CAkeyfile = NULL; in req_main() local
|
H A D | s_client.c | 861 const char *CApath = NULL, *CAfile = NULL, *CAstore = NULL; in s_client_main() local
|
H A D | s_server.c | 1024 const char *CApath = NULL, *CAfile = NULL, *CAstore = NULL; in s_server_main() local
|
/openssl/test/ |
H A D | danetest.c | 32 static const char *CAfile; variable
|
H A D | ssl_old_test.c | 898 const char *CApath = NULL, *CAfile = NULL; in main() local
|
/openssl/ssl/ |
H A D | ssl_conf.c | 488 const char *CAfile, const char *CApath, const char *CAstore, in do_store()
|
H A D | ssl_lib.c | 5489 int SSL_CTX_load_verify_file(SSL_CTX *ctx, const char *CAfile) in SSL_CTX_load_verify_file() 5506 int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *CAfile, in SSL_CTX_load_verify_locations()
|
/openssl/apps/lib/ |
H A D | apps.c | 143 const char *CAfile, int noCAfile, in ctx_set_verify_locations() 1422 X509_STORE *setup_verify(const char *CAfile, int noCAfile, in setup_verify()
|