[#MD5state_st] = MD5state_st :mrdocs: Incremental MD5 digest state (also typedef'd as MD5_CTX); deprecated low‐level API. == Synopsis Declared in `<openssl/md5.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct MD5state_st; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:MD5state_st/A.adoc[`A`] | Chaining variables A..D of the MD5 compression function. | xref:MD5state_st/B.adoc[`B`] | Chaining variables A..D of the MD5 compression function. | xref:MD5state_st/C.adoc[`C`] | Chaining variables A..D of the MD5 compression function. | xref:MD5state_st/D.adoc[`D`] | Chaining variables A..D of the MD5 compression function. | xref:MD5state_st/Nh.adoc[`Nh`] | High 32 bits of the bit‐length counter. | xref:MD5state_st/Nl.adoc[`Nl`] | Low 32 bits of the bit‐length counter. | xref:MD5state_st/data.adoc[`data`] | Current message block buffer (MD5_LBLOCK words). | xref:MD5state_st/num.adoc[`num`] | Number of bytes currently buffered in `data` toward a full block. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#