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

  /external/boringssl/src/crypto/x509v3/
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...]
pcy_cache.c 136 cache->any_skip = -1;
201 } else if (!policy_cache_set_int(&cache->any_skip, ext_any))
pcy_int.h 121 long any_skip; member in struct:X509_POLICY_CACHE_st

Completed in 1695 milliseconds