crypto_hash_update — add data to message digest for processing
int crypto_hash_update ( | struct hash_desc * desc, |
struct scatterlist * sg, | |
unsigned int nbytes) ; |
desc
cipher request handle
sg
scatter / gather list pointing to the data to be added to the message digest
nbytes
number of bytes to be processed from sg