#include <chap.h>
Data Fields | |
| struct digest_algorithm * | digest |
| Digest algorithm used for the response. | |
| uint8_t * | digest_context |
| Context used by the digest algorithm. | |
| uint8_t * | response |
| CHAP response. | |
| size_t | response_len |
| Length of CHAP response. | |
Definition at line 18 of file chap.h.
struct digest_algorithm* chap_response::digest [read] |
Digest algorithm used for the response.
Definition at line 20 of file chap.h.
Referenced by chap_init(), chap_respond(), and chap_update().
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().
CHAP response.
Definition at line 24 of file chap.h.
Referenced by chap_init(), chap_respond(), iscsi_build_login_request_strings(), and iscsi_handle_chap_r_value().
Length of CHAP response.
Definition at line 26 of file chap.h.
Referenced by chap_init(), iscsi_build_login_request_strings(), and iscsi_handle_chap_r_value().
1.5.7.1