|
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 366 of file tls.h.
Referenced by add_tls(), free_tls(), tls_generate_keys(), tls_iob_reserved(), tls_select_cipher(), tls_send_client_key_exchange(), tls_send_client_key_exchange_pubkey(), tls_send_record(), tls_tx_step(), and tls_verify_dh_params().
| uint64_t tls_tx::seq |
Sequence number.
Definition at line 368 of file tls.h.
Referenced by tls_send_record(), and tls_tx_step().
| unsigned int tls_tx::pending |
Pending transmissions.
Definition at line 370 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 372 of file tls.h.
Referenced by add_tls(), tls_close(), and tls_tx_resume().
1.8.15