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

Go to the source code of this file.

Data Structures

struct  DERItem
 
struct  DERItemSpec
 

Macros

#define DER_OFFSET(type, field)
 

Enumerations

enum  DERReturn {
  DR_Success , DR_EndOfSequence , DR_UnexpectedTag , DR_DecodeError ,
  DR_Unimplemented , DR_IncompleteSeq , DR_ParamErr , DR_BufOverflow
}
 

Macro Definition Documentation

◆ DER_OFFSET

#define DER_OFFSET ( type,
field )
Value:
((DERSize)(&((type *)0)->field))
cache_type_t type
size_t DERSize

Definition at line 58 of file libDER.h.

Enumeration Type Documentation

◆ DERReturn

enum DERReturn
Enumerator
DR_Success 
DR_EndOfSequence 
DR_UnexpectedTag 
DR_DecodeError 
DR_Unimplemented 
DR_IncompleteSeq 
DR_ParamErr 
DR_BufOverflow 

Definition at line 20 of file libDER.h.