iPXE
secure_preshared_identity Struct Reference

A pre-shared bound peer identity. More...

#include <channel.h>

Data Fields

struct x509_certificatebound
 Bound peer identity.

Detailed Description

A pre-shared bound peer identity.

This is designed to be embedded within a containing structure that also holds the pre-shared key material, such as a TLS session structure.

The containing structure must have been initialised to all zeros before use.

Definition at line 97 of file channel.h.

Field Documentation

◆ bound

struct x509_certificate* secure_preshared_identity::bound

Bound peer identity.

Definition at line 99 of file channel.h.

Referenced by channel_clear_preshared(), channel_load(), and channel_save().


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