Home | History | Annotate | Download | only in apps

Lines Matching defs:depth

2261 	int purpose = 0, depth = -1;
2308 depth = atoi(argn);
2309 if(depth < 0)
2311 BIO_printf(err, "invalid depth\n");
2389 if (depth >= 0)
2390 X509_VERIFY_PARAM_set_depth(*pm, depth);