Place the SHA-224 digest into md and clear c (deprecated).
Declared in <openssl/sha.h>
[[deprecated]]
int
SHA224_Final(
unsigned char* md,
SHA256_CTX* c);
Deprecated. Use of this entity is allowed but discouraged.
1 on success.
| Name | Description |
|---|---|
| md | Buffer of at least SHA224_DIGEST_LENGTH bytes receiving the digest. |
| c | SHA-224/256 context previously updated with SHA224_Update. |