TVMEMSIZE          48 crypto/tcrypt.c static char *tvmem[TVMEMSIZE];
TVMEMSIZE         166 crypto/tcrypt.c 			struct scatterlist sg[TVMEMSIZE];
TVMEMSIZE         168 crypto/tcrypt.c 			if ((*keysize + *b_size) > TVMEMSIZE * PAGE_SIZE) {
TVMEMSIZE         171 crypto/tcrypt.c 				       TVMEMSIZE * PAGE_SIZE);
TVMEMSIZE         196 crypto/tcrypt.c 			sg_init_table(sg, TVMEMSIZE);
TVMEMSIZE         199 crypto/tcrypt.c 			for (j = 1; j < TVMEMSIZE; j++) {
TVMEMSIZE         396 crypto/tcrypt.c 	struct scatterlist sg[TVMEMSIZE];
TVMEMSIZE         422 crypto/tcrypt.c 	sg_init_table(sg, TVMEMSIZE);
TVMEMSIZE         423 crypto/tcrypt.c 	for (i = 0; i < TVMEMSIZE; i++) {
TVMEMSIZE         429 crypto/tcrypt.c 		if (speed[i].blen > TVMEMSIZE * PAGE_SIZE) {
TVMEMSIZE         431 crypto/tcrypt.c 			       speed[i].blen, TVMEMSIZE * PAGE_SIZE);
TVMEMSIZE         868 crypto/tcrypt.c 	for (i = 0; i < TVMEMSIZE; i++) {
TVMEMSIZE         885 crypto/tcrypt.c 	for (i = 0; i < TVMEMSIZE && tvmem[i]; i++)