SHA384_Final

Finalise a SHA-384 digest and write the 48-byte hash (deprecated).

Synopsis

Declared in <openssl/sha.h>

[[deprecated]]
int
SHA384_Final(
    unsigned char* md,
    SHA512_CTX* c);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

1 on success, or 0 on error.

Parameters

NameDescription
mdOutput buffer of at least SHA384_DIGEST_LENGTH bytes.
cContext previously updated with SHA384_Update().