Home | History | Annotate | Download | only in apps

Lines Matching defs:depth

2256 	int purpose = 0, depth = -1;
2302 depth = atoi(argn);
2303 if(depth < 0)
2305 BIO_printf(err, "invalid depth\n");
2362 if (depth >= 0)
2363 X509_VERIFY_PARAM_set_depth(*pm, depth);