[#RIPEMD160_Init] = RIPEMD160_Init :mrdocs: Initialize a RIPEMD‐160 hashing context (deprecated; prefer EVP_DigestInit_ex). == Synopsis Declared in `<openssl/ripemd.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] int RIPEMD160_Init(xref:RIPEMD160_CTX.adoc[RIPEMD160_CTX]* c); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Return Value 1 on success, or 0 on failure. == Parameters [cols="1,4"] |=== | Name| Description | *c* | Context to initialize. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#