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

  /external/openssl/crypto/x509v3/
pcy_int.h 119 long any_skip; member in struct:X509_POLICY_CACHE_st
pcy_tree.c 154 int any_skip; local
170 any_skip = 0;
172 any_skip = n + 1;
265 if (any_skip == 0)
276 any_skip--;
277 if ((cache->any_skip >= 0)
278 && (cache->any_skip < any_skip))
279 any_skip = cache->any_skip;
    [all...]

Completed in 32 milliseconds