MD4_Final

Finish an MD4 message digest and write the 16-byte result (deprecated).

Synopsis

Declared in <openssl/md4.h>

[[deprecated]]
int
MD4_Final(
    unsigned char* md,
    MD4_CTX* c);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

1 on success, or 0 on failure.

Parameters

NameDescription
mdOutput buffer for the digest (must hold at least 16 bytes).
cMD4 context initialized with MD4_Init() and updated with MD4_Update().