Searched refs:verify_depth (Results 1 - 6 of 6) sorted by relevance

/external/openssl/apps/
H A Ds_time.c110 extern int verify_depth;
208 verify_depth=0;
240 verify_depth=atoi(*(++argv));
241 BIO_printf(bio_err,"verify depth is %d\n",verify_depth);
H A Ds_cb.c127 int verify_depth=0; variable
155 if (verify_depth >= depth)
H A Ds_server.c265 extern int verify_depth, verify_return_error;
998 verify_depth=0;
1020 verify_depth=atoi(*(++argv));
1021 BIO_printf(bio_err,"verify depth is %d\n",verify_depth);
1028 verify_depth=atoi(*(++argv));
1029 BIO_printf(bio_err,"verify depth is %d, must return a certificate\n",verify_depth);
H A Ds_client.c193 extern int verify_depth;
663 verify_depth=0;
694 verify_depth=atoi(*(++argv));
695 BIO_printf(bio_err,"verify depth is %d\n",verify_depth);
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dssl_lib.c322 s->verify_depth=ctx->verify_depth;
1995 ret->verify_depth=-1; /* Don't impose a limit (but x509_lu.c does) */
/external/openssl/ssl/
H A Dssl_lib.c326 s->verify_depth=ctx->verify_depth;
1913 ret->verify_depth=-1; /* Don't impose a limit (but x509_lu.c does) */

Completed in 191 milliseconds