Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/x509v3/
Dpcy_cache.c69 static int policy_cache_set_int(long *out, ASN1_INTEGER *value);
157 if (!policy_cache_set_int(&cache->explicit_skip, in policy_cache_new()
160 if (!policy_cache_set_int(&cache->map_skip, in policy_cache_new()
203 } else if (!policy_cache_set_int(&cache->any_skip, ext_any)) in policy_cache_new()
279 static int policy_cache_set_int(long *out, ASN1_INTEGER *value) in policy_cache_set_int() function