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

A

Chaining variables A..D of the MD4 compression function.

B

Chaining variables A..D of the MD4 compression function.

C

Chaining variables A..D of the MD4 compression function.

D

Chaining variables A..D of the MD4 compression function.

Nh

High 32 bits of the bit‐length counter.

Nl

Low 32 bits of the bit‐length counter.

data

Current message block buffer (MD4_LBLOCK words).

num

Number of bytes currently buffered in data toward a full block.

Created with MrDocs