RetroArch
Macros | Functions
x509_crl.c File Reference
#include "mbedtls/config.h"
#include "mbedtls/x509_crl.h"
#include "mbedtls/oid.h"
#include <string.h>
#include "mbedtls/pem.h"
#include "mbedtls/platform.h"
#include <time.h>
#include <stdio.h>
#include "arc4_alt.h"
Include dependency graph for x509_crl.c:

Macros

#define BEFORE_COLON   14
 
#define BC   "14"
 

Functions

static int x509_crl_get_version (unsigned char **p, const unsigned char *end, int *ver)
 
static int x509_get_crl_ext (unsigned char **p, const unsigned char *end, mbedtls_x509_buf *ext)
 
static int x509_get_crl_entry_ext (unsigned char **p, const unsigned char *end, mbedtls_x509_buf *ext)
 
static int x509_get_entries (unsigned char **p, const unsigned char *end, mbedtls_x509_crl_entry *entry)
 
int mbedtls_x509_crl_parse_der (mbedtls_x509_crl *chain, const unsigned char *buf, size_t buflen)
 Parse a DER-encoded CRL and append it to the chained list. More...
 
int mbedtls_x509_crl_parse (mbedtls_x509_crl *chain, const unsigned char *buf, size_t buflen)
 Parse one or more CRLs and append them to the chained list. More...
 
int mbedtls_x509_crl_parse_file (mbedtls_x509_crl *chain, const char *path)
 Load one or more CRLs and append them to the chained list. More...
 
int mbedtls_x509_crl_info (char *buf, size_t size, const char *prefix, const mbedtls_x509_crl *crl)
 Returns an informational string about the CRL. More...
 
void mbedtls_x509_crl_init (mbedtls_x509_crl *crl)
 Initialize a CRL (chain) More...
 
void mbedtls_x509_crl_free (mbedtls_x509_crl *crl)
 Unallocate all CRL data. More...
 

Macro Definition Documentation

◆ BC

#define BC   "14"

◆ BEFORE_COLON

#define BEFORE_COLON   14

Function Documentation

◆ x509_crl_get_version()

static int x509_crl_get_version ( unsigned char **  p,
const unsigned char *  end,
int *  ver 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ x509_get_crl_entry_ext()

static int x509_get_crl_entry_ext ( unsigned char **  p,
const unsigned char *  end,
mbedtls_x509_buf ext 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ x509_get_crl_ext()

static int x509_get_crl_ext ( unsigned char **  p,
const unsigned char *  end,
mbedtls_x509_buf ext 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ x509_get_entries()

static int x509_get_entries ( unsigned char **  p,
const unsigned char *  end,
mbedtls_x509_crl_entry entry 
)
static
Here is the call graph for this function:
Here is the caller graph for this function: