Finalise a SHA-384 digest and write the 48-byte hash (deprecated).
Declared in <openssl/sha.h>
[[deprecated]]
int
SHA384_Final(
unsigned char* md,
SHA512_CTX* c);
Deprecated. Use of this entity is allowed but discouraged.
1 on success, or 0 on error.
| Name | Description |
|---|---|
| md | Output buffer of at least SHA384_DIGEST_LENGTH bytes. |
| c | Context previously updated with SHA384_Update(). |