iPXE
Data Fields
chap_response Struct Reference

A CHAP response. More...

#include <chap.h>

Data Fields

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

Detailed Description

A CHAP response.

Definition at line 18 of file chap.h.

Field Documentation

◆ digest

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

◆ digest_context

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

◆ response

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

◆ response_len

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


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