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
Name |
Description |
md |
Buffer of at least SHA224_DIGEST_LENGTH bytes receiving the digest. |
c |
SHA‐224/256 context previously updated with SHA224_Update. |
Created with MrDocs