Incremental MD4 digest state (also typedef'd as MD4_CTX); deprecated low‐level API.
Synopsis
Declared in <openssl/md4.h>
struct MD4state_st;
Data Members
Name |
Description |
Chaining variables A..D of the MD4 compression function. |
|
Chaining variables A..D of the MD4 compression function. |
|
Chaining variables A..D of the MD4 compression function. |
|
Chaining variables A..D of the MD4 compression function. |
|
High 32 bits of the bit‐length counter. |
|
Low 32 bits of the bit‐length counter. |
|
Current message block buffer (MD4_LBLOCK words). |
|
Number of bytes currently buffered in |
Created with MrDocs