RetroArch
Public Attributes | List of all members
mbedtls_oid_descriptor_t Struct Reference

Base OID descriptor structure. More...

#include <oid.h>

Collaboration diagram for mbedtls_oid_descriptor_t:
[legend]

Public Attributes

const char * asn1
 
size_t asn1_len
 
const char * name
 
const char * description
 

Detailed Description

Base OID descriptor structure.

Member Data Documentation

◆ asn1

const char* mbedtls_oid_descriptor_t::asn1

OID ASN.1 representation

◆ asn1_len

size_t mbedtls_oid_descriptor_t::asn1_len

length of asn1

◆ description

const char* mbedtls_oid_descriptor_t::description

human friendly description

◆ name

const char* mbedtls_oid_descriptor_t::name

official name (e.g. from RFC)


The documentation for this struct was generated from the following file: