iPXE
|
TLS authentication header. More...
#include <tls.h>
Data Fields | |
uint64_t | seq |
Sequence number. More... | |
struct tls_header | header |
TLS header. More... | |
uint64_t tls_auth_header::seq |
Sequence number.
Definition at line 144 of file tls.h.
Referenced by tls_new_ciphertext(), and tls_send_plaintext().
struct tls_header tls_auth_header::header |
TLS header.
Definition at line 146 of file tls.h.
Referenced by tls_new_ciphertext(), and tls_send_plaintext().