iPXE
|
TLS transmit state. More...
#include <tls.h>
Data Fields | |
struct tls_cipherspec_pair | cipherspec |
Cipher specifications. More... | |
uint64_t | seq |
Sequence number. More... | |
unsigned int | pending |
Pending transmissions. More... | |
struct process | process |
Transmit process. More... | |
struct tls_cipherspec_pair tls_tx::cipherspec |
Cipher specifications.
Definition at line 352 of file tls.h.
Referenced by add_tls(), free_tls(), tls_generate_keys(), tls_select_cipher(), tls_send_client_key_exchange(), tls_send_client_key_exchange_pubkey(), tls_send_plaintext(), tls_tx_step(), and tls_verify_dh_params().
uint64_t tls_tx::seq |
Sequence number.
Definition at line 354 of file tls.h.
Referenced by tls_send_plaintext(), and tls_tx_step().
unsigned int tls_tx::pending |
Pending transmissions.
Definition at line 356 of file tls.h.
Referenced by tls_new_finished(), tls_restart(), tls_tx_step(), and tls_validator_done().
struct process tls_tx::process |
Transmit process.
Definition at line 358 of file tls.h.
Referenced by add_tls(), tls_close(), and tls_tx_resume().