other versions
- stretch 4.9.168-1
CRYPTO_AHASH_DIGESTS(9) | Programming Interface | CRYPTO_AHASH_DIGESTS(9) |
NAME¶
crypto_ahash_digestsize - obtain message digest sizeSYNOPSIS¶
unsigned int crypto_ahash_digestsize(struct crypto_ahash * tfm);
ARGUMENTS¶
tfmcipher handle
DESCRIPTION¶
The size for the message digest created by the message digest cipher referenced with the cipher handle is returned.RETURN¶
message digest size of cipherAUTHORS¶
Stephan Mueller <smueller@chronox.de>Author.
Marek Vasut <marek@denx.de>
Author.
COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |