iPXE
|
A CHAP response. More...
#include <chap.h>
Data Fields | |
struct digest_algorithm * | digest |
Digest algorithm used for the response. More... | |
uint8_t * | digest_context |
Context used by the digest algorithm. More... | |
uint8_t * | response |
CHAP response. More... | |
size_t | response_len |
Length of CHAP response. More... | |
struct digest_algorithm* chap_response::digest |
Digest algorithm used for the response.
Definition at line 20 of file chap.h.
Referenced by chap_init(), chap_respond(), and chap_update().
uint8_t* chap_response::digest_context |
Context used by the digest algorithm.
Definition at line 22 of file chap.h.
Referenced by chap_finish(), chap_init(), chap_respond(), and chap_update().
uint8_t* chap_response::response |
CHAP response.
Definition at line 24 of file chap.h.
Referenced by chap_init(), chap_respond(), eap_rx_md5(), iscsi_build_login_request_strings(), and iscsi_handle_chap_r_value().
size_t chap_response::response_len |
Length of CHAP response.
Definition at line 26 of file chap.h.
Referenced by chap_init(), eap_rx_md5(), iscsi_build_login_request_strings(), and iscsi_handle_chap_r_value().