/external/openssl/apps/ |
D | verify.c | 84 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()
|
D | s_time.c | 126 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()
|
D | crl.c | 105 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()
|
D | smime.c | 108 char *CAfile = NULL, *CApath = NULL; in MAIN() local 336 CApath = *++args; in MAIN() 672 if (!(store = setup_verify(bio_err, CAfile, CApath))) in MAIN()
|
D | pkcs12.c | 126 char *CApath = NULL, *CAfile = NULL; in MAIN() local 257 CApath = *args; in MAIN() 527 if (!X509_STORE_load_locations(store, CAfile, CApath)) in MAIN()
|
D | apps.h | 256 X509_STORE *setup_verify(BIO *bp, char *CAfile, char *CApath);
|
D | cms.c | 128 char *CAfile = NULL, *CApath = NULL; in MAIN() local 475 CApath = *++args; in MAIN() 881 if (!(store = setup_verify(bio_err, CAfile, CApath))) in MAIN()
|
D | ocsp.c | 149 char *CAfile = NULL, *CApath = NULL; in MAIN() local 352 CApath = *args; in MAIN() 851 store = setup_verify(bio_err, CAfile, CApath); in MAIN()
|
D | s_client.c | 438 char *CApath=NULL,*CAfile=NULL,*cipher=NULL; in MAIN() local 683 CApath= *(++argv); in MAIN() 982 if ((!SSL_CTX_load_verify_locations(ctx,CAfile,CApath)) || in MAIN()
|
D | s_server.c | 863 char *CApath=NULL,*CAfile=NULL; in MAIN() local 1029 CApath= *(++argv); in MAIN() 1445 if ((!SSL_CTX_load_verify_locations(ctx,CAfile,CApath)) || in MAIN() 1502 if ((!SSL_CTX_load_verify_locations(ctx2,CAfile,CApath)) || in MAIN()
|
D | apps.c | 1424 X509_STORE *setup_verify(BIO *bp, char *CAfile, char *CApath) in setup_verify() argument 1440 if (CApath) { in setup_verify() 1441 if(!X509_LOOKUP_add_dir(lookup,CApath,X509_FILETYPE_PEM)) { in setup_verify() 1442 BIO_printf(bp, "Error loading directory %s\n", CApath); in setup_verify()
|
/external/openssl/crypto/threads/ |
D | mttest.c | 188 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/ |
D | ssltest.c | 457 char *CApath=NULL,*CAfile=NULL; in main() local 641 CApath= *(++argv); in main() 929 if ( (!SSL_CTX_load_verify_locations(s_ctx,CAfile,CApath)) || in main() 931 (!SSL_CTX_load_verify_locations(c_ctx,CAfile,CApath)) || in main()
|
D | ssl_lib.c | 2939 const char *CApath) in SSL_CTX_load_verify_locations() argument 2941 return(X509_STORE_load_locations(ctx->cert_store,CAfile,CApath)); in SSL_CTX_load_verify_locations()
|
D | ssl.h | 1774 const char *CApath);
|
/external/openssl/patches/ |
D | handshake_cutthrough.patch | 14 char *CApath=NULL,*CAfile=NULL,*cipher=NULL;
|
/external/ipsec-tools/src/racoon/ |
D | crypto_openssl.c | 479 eay_check_x509cert(cert, CApath, CAfile, local) in eay_check_x509cert() argument 481 char *CApath; 537 error = X509_LOOKUP_add_dir(lookup, CApath, X509_FILETYPE_PEM);
|
/external/openssl/include/openssl/ |
D | ssl.h | 1774 const char *CApath);
|