OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
DER_Keys.h File Reference
#include "libDER.h"
#include "DER_Decode.h"

Go to the source code of this file.

Data Structures

struct  DERAlgorithmId
 
struct  DERSubjPubKeyInfo
 
struct  DERRSAPubKeyPKCS1
 
struct  DERRSAPubKeyApple
 
struct  DERRSAPrivKeyCRT
 
struct  DERRSAKeyPair
 

Variables

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

Variable Documentation

◆ DERAlgorithmIdItemSpecs

const DERItemSpec DERAlgorithmIdItemSpecs[]
extern

Definition at line 25 of file DER_Keys.c.

◆ DERNumAlgorithmIdItemSpecs

const DERShort DERNumAlgorithmIdItemSpecs
extern

Definition at line 34 of file DER_Keys.c.

◆ DERNumRSAKeyPairItemSpecs

const DERShort DERNumRSAKeyPairItemSpecs
extern

◆ DERNumRSAPrivKeyCRTItemSpecs

const DERShort DERNumRSAPrivKeyCRTItemSpecs
extern

Definition at line 86 of file DER_Keys.c.

◆ DERNumRSAPubKeyAppleItemSpecs

const DERShort DERNumRSAPubKeyAppleItemSpecs
extern

Definition at line 119 of file DER_Keys.c.

◆ DERNumRSAPubKeyPKCS1ItemSpecs

const DERShort DERNumRSAPubKeyPKCS1ItemSpecs
extern

Definition at line 103 of file DER_Keys.c.

◆ DERNumSubjPubKeyInfoItemSpecs

const DERShort DERNumSubjPubKeyInfoItemSpecs
extern

Definition at line 48 of file DER_Keys.c.

◆ DERRSAKeyPairItemSpecs

const DERItemSpec DERRSAKeyPairItemSpecs[]
extern

◆ DERRSAPrivKeyCRTItemSpecs

const DERItemSpec DERRSAPrivKeyCRTItemSpecs[]
extern

Definition at line 54 of file DER_Keys.c.

◆ DERRSAPubKeyAppleItemSpecs

const DERItemSpec DERRSAPubKeyAppleItemSpecs[]
extern

Definition at line 107 of file DER_Keys.c.

◆ DERRSAPubKeyPKCS1ItemSpecs

const DERItemSpec DERRSAPubKeyPKCS1ItemSpecs[]
extern

Definition at line 94 of file DER_Keys.c.

◆ DERSubjPubKeyInfoItemSpecs

const DERItemSpec DERSubjPubKeyInfoItemSpecs[]
extern

Definition at line 38 of file DER_Keys.c.