Lines Matching refs:nbytes
166 unsigned int nbytes; member
186 const u8 *src, unsigned int nbytes);
285 unsigned int nbytes);
288 unsigned int nbytes);
510 struct scatterlist *src, unsigned int nbytes);
512 struct scatterlist *src, unsigned int nbytes);
1055 unsigned int nbytes, void *iv) in ablkcipher_request_set_crypt() argument
1059 req->nbytes = nbytes; in ablkcipher_request_set_crypt()
1284 unsigned int nbytes) in crypto_blkcipher_encrypt() argument
1287 return crypto_blkcipher_crt(desc->tfm)->encrypt(desc, dst, src, nbytes); in crypto_blkcipher_encrypt()
1312 unsigned int nbytes) in crypto_blkcipher_encrypt_iv() argument
1314 return crypto_blkcipher_crt(desc->tfm)->encrypt(desc, dst, src, nbytes); in crypto_blkcipher_encrypt_iv()
1337 unsigned int nbytes) in crypto_blkcipher_decrypt() argument
1340 return crypto_blkcipher_crt(desc->tfm)->decrypt(desc, dst, src, nbytes); in crypto_blkcipher_decrypt()
1362 unsigned int nbytes) in crypto_blkcipher_decrypt_iv() argument
1364 return crypto_blkcipher_crt(desc->tfm)->decrypt(desc, dst, src, nbytes); in crypto_blkcipher_decrypt_iv()
1745 unsigned int nbytes) in crypto_hash_update() argument
1747 return crypto_hash_crt(desc->tfm)->update(desc, sg, nbytes); in crypto_hash_update()
1785 unsigned int nbytes, u8 *out) in crypto_hash_digest() argument
1787 return crypto_hash_crt(desc->tfm)->digest(desc, sg, nbytes, out); in crypto_hash_digest()