|
iPXE
|
A pre-shared bound peer identity. More...
#include <channel.h>
Data Fields | |
| struct x509_certificate * | bound |
| Bound peer identity. | |
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.
| 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().