HomeSort by relevance Sort by last modified time
    Searched defs:any_skip (Results 1 - 2 of 2) sorted by null

  /external/boringssl/src/crypto/x509v3/
pcy_int.h 121 long any_skip; member in struct:X509_POLICY_CACHE_st
pcy_tree.c 160 int any_skip; local
176 any_skip = 0;
178 any_skip = n + 1;
269 if (any_skip == 0) {
278 any_skip--;
279 if ((cache->any_skip >= 0)
280 && (cache->any_skip < any_skip))
281 any_skip = cache->any_skip;
    [all...]

Completed in 270 milliseconds