iPXE
Data Fields
icert Struct Reference

An iPhone pairing certificate set. More...

#include <iphone.h>

Data Fields

struct private_keykey
 "Private" key More...
 
struct x509_certificateroot
 Root certificate. More...
 
struct x509_certificatehost
 Host certificate. More...
 
struct x509_certificatedevice
 Device certificate. More...
 

Detailed Description

An iPhone pairing certificate set.

Definition at line 30 of file iphone.h.

Field Documentation

◆ key

struct private_key* icert::key

"Private" key

Definition at line 32 of file iphone.h.

Referenced by icert_certs(), icert_free(), and ipair_rx_session().

◆ root

struct x509_certificate* icert::root

Root certificate.

Definition at line 34 of file iphone.h.

Referenced by icert_certs(), icert_free(), ipair_tx_pair(), and ipair_window_changed().

◆ host

struct x509_certificate* icert::host

Host certificate.

Definition at line 36 of file iphone.h.

Referenced by icert_certs(), icert_free(), ipair_tx_pair(), and ipair_window_changed().

◆ device

struct x509_certificate* icert::device

Device certificate.

Definition at line 38 of file iphone.h.

Referenced by icert_certs(), icert_free(), ipair_tx_pair(), and ipair_window_changed().


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