Home
last modified time | relevance | path

Searched refs:policy_cache_set_int (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/crypto/x509v3/
Dpcy_cache.c68 static int policy_cache_set_int(long *out, ASN1_INTEGER *value);
156 if (!policy_cache_set_int(&cache->explicit_skip, in policy_cache_new()
159 if (!policy_cache_set_int(&cache->map_skip, in policy_cache_new()
202 } else if (!policy_cache_set_int(&cache->any_skip, ext_any)) in policy_cache_new()
278 static int policy_cache_set_int(long *out, ASN1_INTEGER *value) in policy_cache_set_int() function