OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
pcy_cache.c File Reference
#include "cryptlib.h"
#include <openssl/x509.h>
#include <openssl/x509v3.h>
#include "pcy_int.h"

Go to the source code of this file.

Functions

void policy_cache_free (X509_POLICY_CACHE *cache)
 
const X509_POLICY_CACHEpolicy_cache_set (X509 *x)
 
X509_POLICY_DATApolicy_cache_find_data (const X509_POLICY_CACHE *cache, const ASN1_OBJECT *id)
 

Function Documentation

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.