HomeSort by relevance Sort by last modified time
    Searched refs:verify_depth (Results 1 - 5 of 5) 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;
988 verify_depth=0;
1010 verify_depth=atoi(*(++argv));
1011 BIO_printf(bio_err,"verify depth is %d\n",verify_depth);
1018 verify_depth=atoi(*(++argv));
1019 BIO_printf(bio_err,"verify depth is %d, must return a certificate\n",verify_depth);
    [all...]
s_client.c 193 extern int verify_depth;
651 verify_depth=0;
682 verify_depth=atoi(*(++argv));
683 BIO_printf(bio_err,"verify depth is %d\n",verify_depth);
    [all...]
  /external/openssl/ssl/
ssl_lib.c 326 s->verify_depth=ctx->verify_depth;
    [all...]

Completed in 235 milliseconds