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

Macros

#define BEFORE_COLON   14
 
#define BC   "14"
 

Functions

static int x509_csr_get_version (unsigned char **p, const unsigned char *end, int *ver)
 
int mbedtls_x509_csr_parse_der (mbedtls_x509_csr *csr, const unsigned char *buf, size_t buflen)
 Load a Certificate Signing Request (CSR) in DER format. More...
 
int mbedtls_x509_csr_parse (mbedtls_x509_csr *csr, const unsigned char *buf, size_t buflen)
 Load a Certificate Signing Request (CSR), DER or PEM format. More...
 
int mbedtls_x509_csr_parse_file (mbedtls_x509_csr *csr, const char *path)
 Load a Certificate Signing Request (CSR) More...
 
int mbedtls_x509_csr_info (char *buf, size_t size, const char *prefix, const mbedtls_x509_csr *csr)
 Returns an informational string about the CSR. More...
 
void mbedtls_x509_csr_init (mbedtls_x509_csr *csr)
 Initialize a CSR. More...
 
void mbedtls_x509_csr_free (mbedtls_x509_csr *csr)
 Unallocate all CSR data. More...
 

Macro Definition Documentation

◆ BC

#define BC   "14"

◆ BEFORE_COLON

#define BEFORE_COLON   14

Function Documentation

◆ x509_csr_get_version()

static int x509_csr_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: