HomeSort by relevance Sort by last modified time
    Searched refs:verify_depth (Results 1 - 6 of 6) sorted by null

  /external/openssl/apps/
s_time.c 110 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);
s_cb.c 127 int verify_depth=0; variable
155 if (verify_depth >= depth)
s_server.c 265 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);
    [all...]
s_client.c 193 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);
    [all...]
  /external/chromium_org/third_party/boringssl/src/ssl/
ssl_lib.c 322 s->verify_depth=ctx->verify_depth;
    [all...]
  /external/openssl/ssl/
ssl_lib.c 326 s->verify_depth=ctx->verify_depth;
    [all...]

Completed in 244 milliseconds