iPXE
Data Fields
ntlm_key_test Struct Reference

A key generation test. More...

Data Fields

const char * domain
 Domain name (or NULL) More...
 
const char * username
 User name (or NULL) More...
 
const char * password
 Password (or NULL) More...
 
struct ntlm_key expected
 Expected key. More...
 

Detailed Description

A key generation test.

Definition at line 44 of file ntlm_test.c.

Field Documentation

◆ domain

const char* ntlm_key_test::domain

Domain name (or NULL)

Definition at line 46 of file ntlm_test.c.

◆ username

const char* ntlm_key_test::username

User name (or NULL)

Definition at line 48 of file ntlm_test.c.

◆ password

const char* ntlm_key_test::password

Password (or NULL)

Definition at line 50 of file ntlm_test.c.

◆ expected

struct ntlm_key ntlm_key_test::expected

Expected key.

Definition at line 52 of file ntlm_test.c.


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