crypto_ahash_reqsize (9) Linux Manual Page
crypto_ahash_reqsize – obtain size of the request data structure
Synopsis
unsigned int crypto_ahash_reqsize(struct crypto_ahash *tfm);
Arguments
tfm
-
- cipher handle
Description
Return the size of the ahash state size. With the crypto_ahash_export function, the caller can export the state into a buffer whose size is defined with this function.
Return
size of the ahash state
Authors
Stephan Mueller <smueller [at] chronox.de>
- Author.
Marek Vasut <marek [at] denx.de>
- Author.
