iPXE
http_digest_context Struct Reference

An HTTP Digest algorithm context. More...

Data Fields

uint8_t md5 [MD5_CTX_SIZE]
 MD5 context.
size_t colon_len
 Length of colon field separator before next field.

Detailed Description

An HTTP Digest algorithm context.

Definition at line 50 of file httpdigest.c.

Field Documentation

◆ md5

uint8_t http_digest_context::md5[MD5_CTX_SIZE]

MD5 context.

Definition at line 52 of file httpdigest.c.

Referenced by http_digest_authenticate().

◆ colon_len

size_t http_digest_context::colon_len

Length of colon field separator before next field.

Definition at line 54 of file httpdigest.c.


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