Home | History | Annotate | Download | only in x509

Lines Matching defs:depth

158 	int depth,i,ok=0;
194 depth=param->depth;
200 if (depth < num) break; /* FIXME: If this happens, we should take
288 if (depth < num) break;
2156 void X509_STORE_CTX_set_depth(X509_STORE_CTX *ctx, int depth)
2158 X509_VERIFY_PARAM_set_depth(ctx->param, depth);