Apply the MD5 compression function to one 64-byte block (deprecated).
Declared in <openssl/md5.h>
[[deprecated]]
void
MD5_Transform(
MD5_CTX* c,
unsigned char const* b);
Deprecated. Use of this entity is allowed but discouraged.
| Name | Description |
|---|---|
| c | MD5 context whose chaining variables are updated in place. |
| b | Input block of MD5_CBLOCK (64) bytes. |