iPXE
Data Fields
ntlm_lm_response Struct Reference

A LAN Manager response. More...

#include <ntlm.h>

Data Fields

uint8_t digest [MD5_DIGEST_SIZE]
 HMAC-MD5 digest. More...
 
struct ntlm_nonce nonce
 Client nonce. More...
 

Detailed Description

A LAN Manager response.

Definition at line 136 of file ntlm.h.

Field Documentation

◆ digest

uint8_t ntlm_lm_response::digest[MD5_DIGEST_SIZE]

HMAC-MD5 digest.

Definition at line 138 of file ntlm.h.

◆ nonce

struct ntlm_nonce ntlm_lm_response::nonce

Client nonce.

Definition at line 140 of file ntlm.h.


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