chap_response Struct Reference

A CHAP response. More...

#include <chap.h>


Data Fields

struct digest_algorithmdigest
 Digest algorithm used for the response.
uint8_tdigest_context
 Context used by the digest algorithm.
uint8_tresponse
 CHAP response.
size_t response_len
 Length of CHAP response.


Detailed Description

A CHAP response.

Definition at line 18 of file chap.h.


Field Documentation

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


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

Generated on Tue Apr 6 20:02:02 2010 for gPXE by  doxygen 1.5.7.1