Home | History | Annotate | Download | only in apps

Lines Matching defs:depth

2258 	int purpose = 0, depth = -1;
2305 depth = atoi(argn);
2306 if(depth < 0)
2308 BIO_printf(err, "invalid depth\n");
2386 if (depth >= 0)
2387 X509_VERIFY_PARAM_set_depth(*pm, depth);