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

Name

Description

md

Output buffer of at least SHA384_DIGEST_LENGTH bytes.

c

Context previously updated with SHA384_Update().

Created with MrDocs