|
iPXE
|
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. | |
An HTTP Digest algorithm context.
Definition at line 50 of file httpdigest.c.
| uint8_t http_digest_context::md5[MD5_CTX_SIZE] |
| size_t http_digest_context::colon_len |
Length of colon field separator before next field.
Definition at line 54 of file httpdigest.c.