iPXE
|
A TLS key exchange algorithm. More...
#include <tls.h>
Data Fields | |
const char * | name |
Algorithm name. More... | |
int(* | exchange )(struct tls_connection *tls) |
Transmit Client Key Exchange record. More... | |
const char* tls_key_exchange_algorithm::name |
int( * tls_key_exchange_algorithm::exchange) (struct tls_connection *tls) |
Transmit Client Key Exchange record.
tls | TLS connection |
rc | Return status code |
Definition at line 183 of file tls.h.
Referenced by tls_send_client_key_exchange().