other versions
- stretch 4.9.168-1
CRYPTO_AHASH_IMPORT(9) | Programming Interface | CRYPTO_AHASH_IMPORT(9) |
NAME¶
crypto_ahash_import - import message digest stateSYNOPSIS¶
int crypto_ahash_import(struct ahash_request * req, const void * in);
ARGUMENTS¶
reqreference to ahash_request handle the state is imported
into
in
buffer holding the state
DESCRIPTION¶
This function imports the hash state into the ahash_request handle from the input buffer. That buffer should have been generated with the crypto_ahash_export function.RETURN¶
0 if the import was successful; < 0 if an error occurredAUTHORS¶
Stephan Mueller <smueller@chronox.de>Author.
Marek Vasut <marek@denx.de>
Author.
COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |