Incremental MD5 digest state (also typedef'd as MD5_CTX); deprecated low‐level API.

Synopsis

Declared in <openssl/md5.h>

struct MD5state_st;

Data Members

Name

Description

A

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

B

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

C

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

D

Chaining variables A..D of the MD5 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 (MD5_LBLOCK words).

num

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

Created with MrDocs