Home
last modified time | relevance | path

Searched refs:CApath (Results 1 – 18 of 18) sorted by relevance

/external/openssl/apps/
Dverify.c84 char *CApath=NULL,*CAfile=NULL; in MAIN() local
119 CApath= *(++argv); in MAIN()
190 if (CApath) { in MAIN()
191 i=X509_LOOKUP_add_dir(lookup,CApath,X509_FILETYPE_PEM); in MAIN()
193 BIO_printf(bio_err, "Error loading directory %s\n", CApath); in MAIN()
Ds_time.c126 static char *CApath=NULL; variable
149 CApath=NULL; in s_time_init()
256 CApath= *(++argv); in parseArgs()
376 if ((!SSL_CTX_load_verify_locations(tm_ctx,CAfile,CApath)) || in MAIN()
Dcrl.c105 char *CAfile = NULL, *CApath = NULL; in MAIN() local
180 CApath = *(++argv); in MAIN()
248 if (!X509_LOOKUP_add_dir(lookup,CApath,X509_FILETYPE_PEM)) in MAIN()
Dsmime.c108 char *CAfile = NULL, *CApath = NULL; in MAIN() local
336 CApath = *++args; in MAIN()
672 if (!(store = setup_verify(bio_err, CAfile, CApath))) in MAIN()
Dpkcs12.c126 char *CApath = NULL, *CAfile = NULL; in MAIN() local
257 CApath = *args; in MAIN()
527 if (!X509_STORE_load_locations(store, CAfile, CApath)) in MAIN()
Dcms.c128 char *CAfile = NULL, *CApath = NULL; in MAIN() local
483 CApath = *++args; in MAIN()
889 if (!(store = setup_verify(bio_err, CAfile, CApath))) in MAIN()
Dapps.h256 X509_STORE *setup_verify(BIO *bp, char *CAfile, char *CApath);
Docsp.c149 char *CAfile = NULL, *CApath = NULL; in MAIN() local
352 CApath = *args; in MAIN()
851 store = setup_verify(bio_err, CAfile, CApath); in MAIN()
Ds_client.c575 char *CApath=NULL,*CAfile=NULL,*cipher=NULL; in MAIN() local
854 CApath= *(++argv); in MAIN()
1182 if ((!SSL_CTX_load_verify_locations(ctx,CAfile,CApath)) || in MAIN()
Ds_server.c933 char *CApath=NULL,*CAfile=NULL; in MAIN() local
1095 CApath= *(++argv); in MAIN()
1568 if ((!SSL_CTX_load_verify_locations(ctx,CAfile,CApath)) || in MAIN()
1625 if ((!SSL_CTX_load_verify_locations(ctx2,CAfile,CApath)) || in MAIN()
Dapps.c1426 X509_STORE *setup_verify(BIO *bp, char *CAfile, char *CApath) in setup_verify() argument
1442 if (CApath) { in setup_verify()
1443 if(!X509_LOOKUP_add_dir(lookup,CApath,X509_FILETYPE_PEM)) { in setup_verify()
1444 BIO_printf(bp, "Error loading directory %s\n", CApath); in setup_verify()
/external/openssl/crypto/threads/
Dmttest.c188 char *CApath=NULL,*CAfile=NULL; in main() local
225 CApath= *(++argv); in main()
309 if ( (!SSL_CTX_load_verify_locations(s_ctx,CAfile,CApath)) || in main()
311 (!SSL_CTX_load_verify_locations(c_ctx,CAfile,CApath)) || in main()
/external/openssl/ssl/
Dssltest.c510 char *CApath=NULL,*CAfile=NULL; in main() local
726 CApath= *(++argv); in main()
1032 if ( (!SSL_CTX_load_verify_locations(s_ctx,CAfile,CApath)) || in main()
1034 (!SSL_CTX_load_verify_locations(c_ctx,CAfile,CApath)) || in main()
Dssl_lib.c2997 const char *CApath) in SSL_CTX_load_verify_locations() argument
2999 return(X509_STORE_load_locations(ctx->cert_store,CAfile,CApath)); in SSL_CTX_load_verify_locations()
Dssl.h1946 const char *CApath);
/external/ipsec-tools/src/racoon/
Dcrypto_openssl.c455 eay_check_x509cert(cert, CApath, CAfile, local) in eay_check_x509cert() argument
457 char *CApath;
513 error = X509_LOOKUP_add_dir(lookup, CApath, X509_FILETYPE_PEM);
/external/openssl/patches/
Dhandshake_cutthrough.patch14 char *CApath=NULL,*CAfile=NULL,*cipher=NULL;
/external/openssl/include/openssl/
Dssl.h1946 const char *CApath);