ahash_request_set_crypt — set data buffers
void ahash_request_set_crypt ( | struct ahash_request * req, |
struct scatterlist * src, | |
u8 * result, | |
unsigned int nbytes) ; |
req
ahash_request handle to be updated
src
source scatter/gather list
result
buffer that is filled with the message digest -- the caller must
ensure that the buffer has sufficient space by, for example, calling
crypto_ahash_digestsize
nbytes
number of bytes to process from the source scatter/gather list