Searched refs:verify_depth (Results 1 – 5 of 5) sorted by relevance
/external/openssl/apps/ |
D | s_time.c | 110 extern int verify_depth; 208 verify_depth=0; in parseArgs() 240 verify_depth=atoi(*(++argv)); in parseArgs() 241 BIO_printf(bio_err,"verify depth is %d\n",verify_depth); in parseArgs()
|
D | s_cb.c | 127 int verify_depth=0; variable 155 if (verify_depth >= depth) in verify_callback()
|
D | s_client.c | 190 extern int verify_depth; 475 verify_depth=0; in MAIN() 506 verify_depth=atoi(*(++argv)); in MAIN() 507 BIO_printf(bio_err,"verify depth is %d\n",verify_depth); in MAIN()
|
D | s_server.c | 262 extern int verify_depth, verify_return_error; 897 verify_depth=0; in MAIN() 919 verify_depth=atoi(*(++argv)); in MAIN() 920 BIO_printf(bio_err,"verify depth is %d\n",verify_depth); in MAIN() 927 verify_depth=atoi(*(++argv)); in MAIN() 928 BIO_printf(bio_err,"verify depth is %d, must return a certificate\n",verify_depth); in MAIN()
|
/external/openssl/ssl/ |
D | ssl_lib.c | 323 s->verify_depth=ctx->verify_depth; in SSL_new() 1600 ret->verify_depth=-1; /* Don't impose a limit (but x509_lu.c does) */ in IMPLEMENT_LHASH_HASH_FN()
|