crypto_blkcipher_decrypt — decrypt ciphertext
| int crypto_blkcipher_decrypt ( | struct blkcipher_desc * desc, | 
| struct scatterlist * dst, | |
| struct scatterlist * src, | |
| unsigned int nbytes ); | 
descreference to the block cipher handle with meta data
dstscatter/gather list that is filled by the cipher operation with the plaintext
srcscatter/gather list that holds the ciphertext
nbytesnumber of bytes of the ciphertext to decrypt.