Searched refs:TVMEMSIZE (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/crypto/
H A Dtcrypt.c35 #define TVMEMSIZE 4 macro
52 static char *tvmem[TVMEMSIZE];
170 struct scatterlist sg[TVMEMSIZE];
172 if ((*keysize + *b_size) > TVMEMSIZE * PAGE_SIZE) {
175 TVMEMSIZE * PAGE_SIZE);
200 sg_init_table(sg, TVMEMSIZE);
203 for (j = 1; j < TVMEMSIZE; j++) {
401 sg_init_table(sg, TVMEMSIZE);
402 for (i = 0; i < TVMEMSIZE; i++) {
411 struct scatterlist sg[TVMEMSIZE];
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/crypto/
H A Dtcrypt.c35 #define TVMEMSIZE 4 macro
52 static char *tvmem[TVMEMSIZE];
170 struct scatterlist sg[TVMEMSIZE];
172 if ((*keysize + *b_size) > TVMEMSIZE * PAGE_SIZE) {
175 TVMEMSIZE * PAGE_SIZE);
200 sg_init_table(sg, TVMEMSIZE);
203 for (j = 1; j < TVMEMSIZE; j++) {
401 sg_init_table(sg, TVMEMSIZE);
402 for (i = 0; i < TVMEMSIZE; i++) {
411 struct scatterlist sg[TVMEMSIZE];
[all...]

Completed in 164 milliseconds