Go to the source code of this file.
Functions | |
void | policy_cache_free (X509_POLICY_CACHE *cache) |
const X509_POLICY_CACHE * | policy_cache_set (X509 *x) |
X509_POLICY_DATA * | policy_cache_find_data (const X509_POLICY_CACHE *cache, const ASN1_OBJECT *id) |
X509_POLICY_DATA* policy_cache_find_data | ( | const X509_POLICY_CACHE * | cache, |
const ASN1_OBJECT * | id | ||
) |
Definition at line 260 of file pcy_cache.c.
void policy_cache_free | ( | X509_POLICY_CACHE * | cache | ) |
Definition at line 235 of file pcy_cache.c.
const X509_POLICY_CACHE* policy_cache_set | ( | X509 * | x | ) |
Definition at line 246 of file pcy_cache.c.