OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
DER_Keys.c File Reference
#include "DER_Decode.h"
#include "DER_Encode.h"
#include "DER_Keys.h"
#include "asn1Types.h"
#include "libDER_config.h"

Go to the source code of this file.

Variables

const DERItemSpec DERAlgorithmIdItemSpecs []
 
const DERShort DERNumAlgorithmIdItemSpecs
 
const DERItemSpec DERSubjPubKeyInfoItemSpecs []
 
const DERShort DERNumSubjPubKeyInfoItemSpecs
 
const DERItemSpec DERRSAPrivKeyCRTItemSpecs []
 
const DERShort DERNumRSAPrivKeyCRTItemSpecs
 
const DERItemSpec DERRSAPubKeyPKCS1ItemSpecs []
 
const DERShort DERNumRSAPubKeyPKCS1ItemSpecs
 
const DERItemSpec DERRSAPubKeyAppleItemSpecs []
 
const DERShort DERNumRSAPubKeyAppleItemSpecs
 

Variable Documentation

◆ DERAlgorithmIdItemSpecs

const DERItemSpec DERAlgorithmIdItemSpecs[]
Initial value:
=
{
0,
}
#define DER_DEC_NO_OPTS
Definition DER_Decode.h:134
#define DER_DEC_OPTIONAL
Definition DER_Decode.h:137
#define DER_DEC_SAVE_DER
Definition DER_Decode.h:147
#define DER_DEC_ASN_ANY
Definition DER_Decode.h:140
#define ASN1_OBJECT_ID
Definition asn1Types.h:23
#define DER_OFFSET(type, field)
Definition libDER.h:58

Definition at line 25 of file DER_Keys.c.

◆ DERNumAlgorithmIdItemSpecs

const DERShort DERNumAlgorithmIdItemSpecs
Initial value:
=
const DERItemSpec DERAlgorithmIdItemSpecs[]
Definition DER_Keys.c:25

Definition at line 34 of file DER_Keys.c.

◆ DERNumRSAPrivKeyCRTItemSpecs

const DERShort DERNumRSAPrivKeyCRTItemSpecs
Initial value:
=
const DERItemSpec DERRSAPrivKeyCRTItemSpecs[]
Definition DER_Keys.c:54

Definition at line 86 of file DER_Keys.c.

◆ DERNumRSAPubKeyAppleItemSpecs

const DERShort DERNumRSAPubKeyAppleItemSpecs
Initial value:
=
const DERItemSpec DERRSAPubKeyAppleItemSpecs[]
Definition DER_Keys.c:107

Definition at line 119 of file DER_Keys.c.

◆ DERNumRSAPubKeyPKCS1ItemSpecs

const DERShort DERNumRSAPubKeyPKCS1ItemSpecs
Initial value:
=
const DERItemSpec DERRSAPubKeyPKCS1ItemSpecs[]
Definition DER_Keys.c:94

Definition at line 103 of file DER_Keys.c.

◆ DERNumSubjPubKeyInfoItemSpecs

const DERShort DERNumSubjPubKeyInfoItemSpecs
Initial value:
=
const DERItemSpec DERSubjPubKeyInfoItemSpecs[]
Definition DER_Keys.c:38

Definition at line 48 of file DER_Keys.c.

◆ DERRSAPrivKeyCRTItemSpecs

const DERItemSpec DERRSAPrivKeyCRTItemSpecs[]

Definition at line 54 of file DER_Keys.c.

◆ DERRSAPubKeyAppleItemSpecs

const DERItemSpec DERRSAPubKeyAppleItemSpecs[]
Initial value:

Definition at line 107 of file DER_Keys.c.

◆ DERRSAPubKeyPKCS1ItemSpecs

const DERItemSpec DERRSAPubKeyPKCS1ItemSpecs[]

◆ DERSubjPubKeyInfoItemSpecs

const DERItemSpec DERSubjPubKeyInfoItemSpecs[]
Initial value:

Definition at line 38 of file DER_Keys.c.