Absorb more message bytes into an MD5 digest context (deprecated).
Declared in <openssl/md5.h>
[[deprecated]]
int
MD5_Update(
MD5_CTX* c,
void const* data,
size_t len);
Deprecated. Use of this entity is allowed but discouraged.
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| c | MD5 context initialized with MD5_Init(). |
| data | Message bytes to hash. |
| len | Number of bytes at data. |