Absorb more message bytes into an MD4 digest context (deprecated).
Declared in <openssl/md4.h>
[[deprecated]]
int
MD4_Update(
MD4_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 | MD4 context initialized with MD4_Init(). |
| data | Message bytes to hash. |
| len | Number of bytes at data. |