iPXE
Data Fields
tls_cipherspec_pair Struct Reference

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...
 

Detailed Description

A TLS cipher specification pair.

Definition at line 252 of file tls.h.

Field Documentation

◆ active

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().

◆ pending

struct tls_cipherspec tls_cipherspec_pair::pending

The documentation for this struct was generated from the following file: