MD4_Transform

Apply the MD4 compression function to one 64-byte block (deprecated).

Synopsis

Declared in <openssl/md4.h>

[[deprecated]]
void
MD4_Transform(
    MD4_CTX* c,
    unsigned char const* b);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Parameters

NameDescription
cMD4 context whose chaining variables are updated in place.
bInput block of MD4_CBLOCK (64) bytes.