nbytes_to_hash    700 drivers/crypto/bcm/cipher.c 	unsigned int nbytes_to_hash = 0;
nbytes_to_hash    762 drivers/crypto/bcm/cipher.c 	nbytes_to_hash = rctx->total_todo - rctx->total_sent;
nbytes_to_hash    763 drivers/crypto/bcm/cipher.c 	chunksize = nbytes_to_hash;
nbytes_to_hash   1987 drivers/crypto/talitos.c 	unsigned int nbytes_to_hash;
nbytes_to_hash   2010 drivers/crypto/talitos.c 	nbytes_to_hash = nbytes + req_ctx->nbuf;
nbytes_to_hash   2011 drivers/crypto/talitos.c 	to_hash_later = nbytes_to_hash & (blocksize - 1);
nbytes_to_hash   2017 drivers/crypto/talitos.c 		nbytes_to_hash -= to_hash_later;
nbytes_to_hash   2020 drivers/crypto/talitos.c 		nbytes_to_hash -= blocksize;
nbytes_to_hash   2026 drivers/crypto/talitos.c 		nsg = (req_ctx->nbuf < nbytes_to_hash) ? 2 : 1;
nbytes_to_hash   2035 drivers/crypto/talitos.c 		if (nbytes_to_hash > blocksize)
nbytes_to_hash   2038 drivers/crypto/talitos.c 			offset = nbytes_to_hash - req_ctx->nbuf;
nbytes_to_hash   2066 drivers/crypto/talitos.c 	edesc = ahash_edesc_alloc(areq, nbytes_to_hash);
nbytes_to_hash   2088 drivers/crypto/talitos.c 	return common_nonsnoop_hash(edesc, areq, nbytes_to_hash, ahash_done);