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 262 extern int verify_depth, verify_return_error;
897 verify_depth=0;
919 verify_depth=atoi(*(++argv));
920 BIO_printf(bio_err,"verify depth is %d\n",verify_depth);
927 verify_depth=atoi(*(++argv));
928 BIO_printf(bio_err,"verify depth is %d, must return a certificate\n",verify_depth);
    [all...]
s_client.c 190 extern int verify_depth;
475 verify_depth=0;
506 verify_depth=atoi(*(++argv));
507 BIO_printf(bio_err,"verify depth is %d\n",verify_depth);
    [all...]
  /external/openssl/ssl/
ssl_lib.c 323 s->verify_depth=ctx->verify_depth;
    [all...]

Completed in 229 milliseconds