Home
last modified time | relevance | path

Searched refs:nbytesp (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/crypto/
Dhifn_795x.c1461 unsigned int size, unsigned int *nbytesp) in ablkcipher_add() argument
1463 unsigned int copy, drest = *drestp, nbytes = *nbytesp; in ablkcipher_add()
1483 *nbytesp = nbytes; in ablkcipher_add()
1722 struct scatterlist *dst, unsigned int size, unsigned int *nbytesp) in ablkcipher_get() argument
1724 unsigned int srest = *srestp, nbytes = *nbytesp, copy; in ablkcipher_get()
1751 *nbytesp = nbytes; in ablkcipher_get()
/linux-2.6.39/fs/fuse/
Dfile.c1037 size_t *nbytesp, int write) in fuse_get_user_pages() argument
1039 size_t nbytes = *nbytesp; in fuse_get_user_pages()
1070 *nbytesp = min(*nbytesp, nbytes); in fuse_get_user_pages()