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 254 of file tls.h.
Referenced by add_tls(), free_tls(), tls_change_cipher(), tls_new_ciphertext(), tls_newdata_process_header(), and tls_send_plaintext().
struct tls_cipherspec tls_cipherspec_pair::pending |
Next cipher specification.
Definition at line 256 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().