[#SHA256_Transform] = SHA256_Transform :mrdocs: Process one 64‐byte SHA‐256 block into digest state `c` (deprecated). == Synopsis Declared in `<openssl/sha.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] void SHA256_Transform( xref:SHA256_CTX.adoc[SHA256_CTX]* c, unsigned char const* data); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Parameters [cols="1,4"] |=== | Name| Description | *c* | SHA‐256 context whose state words are updated. | *data* | Pointer to a single 64‐byte message block. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#