iPXE
tls_key_share_entry Struct Reference

KeyShareEntry descriptor. More...

#include <tlsfmt.h>

Data Fields

uint16_tgroup
 Named group.
struct tls_cursor public
 Public key.
struct tls_cursor next
 Next key share.

Detailed Description

KeyShareEntry descriptor.

Definition at line 434 of file tlsfmt.h.

Field Documentation

◆ group

uint16_t* tls_key_share_entry::group

Named group.

Definition at line 436 of file tlsfmt.h.

Referenced by tlsfmt_test_exec().

◆ public

struct tls_cursor tls_key_share_entry::public

Public key.

Definition at line 438 of file tlsfmt.h.

Referenced by tlsfmt_test_exec().

◆ next

struct tls_cursor tls_key_share_entry::next

Next key share.

Definition at line 440 of file tlsfmt.h.

Referenced by tlsfmt_test_exec().


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