/external/openssl/apps/ |
H A D | verify.c | 84 char *CApath=NULL,*CAfile=NULL; local 116 if (strcmp(*argv,"-CApath") == 0) 119 CApath= *(++argv); 190 if (CApath) { 191 i=X509_LOOKUP_add_dir(lookup,CApath,X509_FILETYPE_PEM); 193 BIO_printf(bio_err, "Error loading directory %s\n", CApath); 232 BIO_printf(bio_err,"usage: verify [-verbose] [-CApath path] [-CAfile file] [-purpose purpose] [-crl_check]");
|
H A D | crl.c | 91 " -CApath dir - verify CRL using certificates in \"dir\"\n", 105 char *CAfile = NULL, *CApath = NULL; local 177 else if (strcmp(*argv,"-CApath") == 0) 180 CApath = *(++argv); 248 if (!X509_LOOKUP_add_dir(lookup,CApath,X509_FILETYPE_PEM))
|
H A D | s_time.c | 126 static char *CApath=NULL; variable 149 CApath=NULL; 180 -CApath arg - PEM format directory of CA's\n\ 253 } else if( strcmp(*argv,"-CApath") == 0) { 256 CApath= *(++argv); 376 if ((!SSL_CTX_load_verify_locations(tm_ctx,CAfile,CApath)) ||
|
H A D | smime.c | 108 char *CAfile = NULL, *CApath = NULL; local 332 else if (!strcmp (*args, "-CApath")) 336 CApath = *++args; 480 BIO_printf (bio_err, "-CApath dir trusted certificates directory\n"); 672 if (!(store = setup_verify(bio_err, CAfile, CApath)))
|
H A D | apps.h | 256 X509_STORE *setup_verify(BIO *bp, char *CAfile, char *CApath);
|
H A D | cms.c | 128 char *CAfile = NULL, *CApath = NULL; local 479 else if (!strcmp (*args, "-CApath")) 483 CApath = *++args; 641 BIO_printf (bio_err, "-CApath dir trusted certificates directory\n"); 889 if (!(store = setup_verify(bio_err, CAfile, CApath)))
|
H A D | ocsp.c | 149 char *CAfile = NULL, *CApath = NULL; local 347 else if (!strcmp (*args, "-CApath")) 352 CApath = *args; 596 BIO_printf (bio_err, "-CApath dir trusted certificates directory\n"); 851 store = setup_verify(bio_err, CAfile, CApath);
|
H A D | pkcs12.c | 126 char *CApath = NULL, *CAfile = NULL; local 254 } else if (!strcmp(*args,"-CApath")) { 257 CApath = *args; 284 BIO_printf (bio_err, "-CApath arg - PEM format directory of CA's\n"); 527 if (!X509_STORE_load_locations(store, CAfile, CApath))
|
H A D | s_client.c | 299 BIO_printf(bio_err," -CApath arg - PEM format directory of CA's\n"); 575 char *CApath=NULL,*CAfile=NULL,*cipher=NULL; local 851 else if (strcmp(*argv,"-CApath") == 0) 854 CApath= *(++argv); 1182 if ((!SSL_CTX_load_verify_locations(ctx,CAfile,CApath)) ||
|
H A D | apps.c | 1426 X509_STORE *setup_verify(BIO *bp, char *CAfile, char *CApath) argument 1442 if (CApath) { 1443 if(!X509_LOOKUP_add_dir(lookup,CApath,X509_FILETYPE_PEM)) { 1444 BIO_printf(bp, "Error loading directory %s\n", CApath);
|
H A D | s_server.c | 498 BIO_printf(bio_err," -CApath arg - PEM format directory of CA's\n"); 933 char *CApath=NULL,*CAfile=NULL; local 1092 else if (strcmp(*argv,"-CApath") == 0) 1095 CApath= *(++argv); 1568 if ((!SSL_CTX_load_verify_locations(ctx,CAfile,CApath)) || 1625 if ((!SSL_CTX_load_verify_locations(ctx2,CAfile,CApath)) ||
|
/external/openssl/crypto/threads/ |
H A D | mttest.c | 175 fprintf(stderr," -CApath arg - PEM format directory of CA's\n"); 188 char *CApath=NULL,*CAfile=NULL; local 222 else if (strcmp(*argv,"-CApath") == 0) 225 CApath= *(++argv); 309 if ( (!SSL_CTX_load_verify_locations(s_ctx,CAfile,CApath)) || 311 (!SSL_CTX_load_verify_locations(c_ctx,CAfile,CApath)) ||
|
/external/openssl/ssl/ |
H A D | ssltest.c | 354 fprintf(stderr," -CApath arg - PEM format directory of CA's\n"); 510 char *CApath=NULL,*CAfile=NULL; local 723 else if (strcmp(*argv,"-CApath") == 0) 726 CApath= *(++argv); 1032 if ( (!SSL_CTX_load_verify_locations(s_ctx,CAfile,CApath)) || 1034 (!SSL_CTX_load_verify_locations(c_ctx,CAfile,CApath)) ||
|
H A D | ssl_lib.c | 2997 const char *CApath) 2999 return(X509_STORE_load_locations(ctx->cert_store,CAfile,CApath)); 2996 SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *CAfile, const char *CApath) argument
|
H A D | ssl.h | 1946 const char *CApath);
|
/external/ipsec-tools/src/racoon/ |
H A D | crypto_openssl.c | 455 eay_check_x509cert(cert, CApath, CAfile, local) 457 char *CApath; 513 error = X509_LOOKUP_add_dir(lookup, CApath, X509_FILETYPE_PEM);
|
/external/openssl/include/openssl/ |
H A D | ssl.h | 1946 const char *CApath);
|