|
iPXE
|
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... | |
A key generation test.
Definition at line 44 of file ntlm_test.c.
| const char* ntlm_key_test::domain |
Domain name (or NULL)
Definition at line 46 of file ntlm_test.c.
| const char* ntlm_key_test::username |
User name (or NULL)
Definition at line 48 of file ntlm_test.c.
| const char* ntlm_key_test::password |
Password (or NULL)
Definition at line 50 of file ntlm_test.c.
| struct ntlm_key ntlm_key_test::expected |
Expected key.
Definition at line 52 of file ntlm_test.c.
1.8.15