[#RIPEMD160state_st] = RIPEMD160state_st :mrdocs: Legacy RIPEMD‐160 hashing context (deprecated; prefer EVP_MD APIs). == Synopsis Declared in `<openssl/ripemd.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct RIPEMD160state_st; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:RIPEMD160state_st/A.adoc[`A`] | Chaining variables A..E of the RIPEMD‐160 compression function. | xref:RIPEMD160state_st/B.adoc[`B`] | Chaining variables A..E of the RIPEMD‐160 compression function. | xref:RIPEMD160state_st/C.adoc[`C`] | Chaining variables A..E of the RIPEMD‐160 compression function. | xref:RIPEMD160state_st/D.adoc[`D`] | Chaining variables A..E of the RIPEMD‐160 compression function. | xref:RIPEMD160state_st/E.adoc[`E`] | Chaining variables A..E of the RIPEMD‐160 compression function. | xref:RIPEMD160state_st/Nh.adoc[`Nh`] | High 32 bits of the bit‐length counter. | xref:RIPEMD160state_st/Nl.adoc[`Nl`] | Low 32 bits of the bit‐length counter. | xref:RIPEMD160state_st/data.adoc[`data`] | Current message block buffer (RIPEMD160_LBLOCK words). | xref:RIPEMD160state_st/num.adoc[`num`] | Number of bytes currently buffered in `data` toward a full block. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#