iPXE
Data Fields
ntlm_challenge_info Struct Reference

NTLM challenge information. More...

#include <ntlm.h>

Data Fields

struct ntlm_noncenonce
 Server nonce. More...
 
void * target
 Target information. More...
 
size_t len
 Length of target information. More...
 

Detailed Description

NTLM challenge information.

Definition at line 165 of file ntlm.h.

Field Documentation

◆ nonce

struct ntlm_nonce* ntlm_challenge_info::nonce

Server nonce.

Definition at line 167 of file ntlm.h.

◆ target

void* ntlm_challenge_info::target

Target information.

Definition at line 169 of file ntlm.h.

◆ len

size_t ntlm_challenge_info::len

Length of target information.

Definition at line 171 of file ntlm.h.


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