|
iPXE
|
A TLS cipher specification pair. More...
#include <tls.h>
Data Fields | |
| struct tls_cipherspec | active |
| Current cipher specification. More... | |
| struct tls_cipherspec | pending |
| Next cipher specification. More... | |
| struct tls_cipherspec tls_cipherspec_pair::active |
Current cipher specification.
Definition at line 266 of file tls.h.
Referenced by add_tls(), free_tls(), tls_change_cipher(), tls_iob_reserved(), tls_new_ciphertext(), tls_newdata_process_header(), and tls_send_record().
| struct tls_cipherspec tls_cipherspec_pair::pending |
Next cipher specification.
Definition at line 268 of file tls.h.
Referenced by add_tls(), free_tls(), tls_change_cipher(), tls_generate_keys(), tls_select_cipher(), tls_send_client_key_exchange(), tls_send_client_key_exchange_pubkey(), and tls_verify_dh_params().
1.8.15