Lines Matching refs:nbytes
168 unsigned int nbytes; member
214 const u8 *src, unsigned int nbytes);
354 unsigned int nbytes);
357 unsigned int nbytes);
625 struct scatterlist *src, unsigned int nbytes);
627 struct scatterlist *src, unsigned int nbytes);
1188 unsigned int nbytes, void *iv) in ablkcipher_request_set_crypt() argument
1192 req->nbytes = nbytes; in ablkcipher_request_set_crypt()
1811 unsigned int nbytes) in crypto_blkcipher_encrypt() argument
1814 return crypto_blkcipher_crt(desc->tfm)->encrypt(desc, dst, src, nbytes); in crypto_blkcipher_encrypt()
1839 unsigned int nbytes) in crypto_blkcipher_encrypt_iv() argument
1841 return crypto_blkcipher_crt(desc->tfm)->encrypt(desc, dst, src, nbytes); in crypto_blkcipher_encrypt_iv()
1864 unsigned int nbytes) in crypto_blkcipher_decrypt() argument
1867 return crypto_blkcipher_crt(desc->tfm)->decrypt(desc, dst, src, nbytes); in crypto_blkcipher_decrypt()
1889 unsigned int nbytes) in crypto_blkcipher_decrypt_iv() argument
1891 return crypto_blkcipher_crt(desc->tfm)->decrypt(desc, dst, src, nbytes); in crypto_blkcipher_decrypt_iv()
2272 unsigned int nbytes) in crypto_hash_update() argument
2274 return crypto_hash_crt(desc->tfm)->update(desc, sg, nbytes); in crypto_hash_update()
2312 unsigned int nbytes, u8 *out) in crypto_hash_digest() argument
2314 return crypto_hash_crt(desc->tfm)->digest(desc, sg, nbytes, out); in crypto_hash_digest()