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