Searched defs:any_skip (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
H A Dpcy_int.h119 long any_skip; member in struct:X509_POLICY_CACHE_st
H A Dpcy_tree.c157 int any_skip; local
173 any_skip = 0;
175 any_skip = n + 1;
267 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...]
/external/openssl/crypto/x509v3/
H A Dpcy_int.h119 long any_skip; member in struct:X509_POLICY_CACHE_st
H A Dpcy_tree.c154 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 513 milliseconds