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

/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
H A Dpcy_cache.c67 static int policy_cache_set_int(long *out, ASN1_INTEGER *value);
163 if (!policy_cache_set_int(&cache->explicit_skip,
166 if (!policy_cache_set_int(&cache->map_skip,
215 else if (!policy_cache_set_int(&cache->any_skip, ext_any))
278 static int policy_cache_set_int(long *out, ASN1_INTEGER *value) function
/external/openssl/crypto/x509v3/
H A Dpcy_cache.c67 static int policy_cache_set_int(long *out, ASN1_INTEGER *value);
163 if (!policy_cache_set_int(&cache->explicit_skip,
166 if (!policy_cache_set_int(&cache->map_skip,
215 else if (!policy_cache_set_int(&cache->any_skip, ext_any))
278 static int policy_cache_set_int(long *out, ASN1_INTEGER *value) function

Completed in 35 milliseconds