SHA224_Final

Place the SHA-224 digest into md and clear c (deprecated).

Synopsis

Declared in <openssl/sha.h>

[[deprecated]]
int
SHA224_Final(
    unsigned char* md,
    SHA256_CTX* c);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

1 on success.

Parameters

NameDescription
mdBuffer of at least SHA224_DIGEST_LENGTH bytes receiving the digest.
cSHA-224/256 context previously updated with SHA224_Update.