Lines Matching refs:TVMEMSIZE
44 #define TVMEMSIZE 4 macro
70 static char *tvmem[TVMEMSIZE];
603 if ((*keysize + bs) > TVMEMSIZE * PAGE_SIZE) { in test_aead_speed()
606 TVMEMSIZE * PAGE_SIZE); in test_aead_speed()
705 sg_init_table(sg, TVMEMSIZE); in test_hash_sg_init()
706 for (i = 0; i < TVMEMSIZE; i++) { in test_hash_sg_init()
869 struct scatterlist sg[TVMEMSIZE]; in test_ahash_speed_common()
908 if (speed[i].blen > TVMEMSIZE * PAGE_SIZE) { in test_ahash_speed_common()
910 speed[i].blen, TVMEMSIZE * PAGE_SIZE); in test_ahash_speed_common()
1339 struct scatterlist sg[TVMEMSIZE]; in test_skcipher_speed()
1341 if ((*keysize + bs) > TVMEMSIZE * PAGE_SIZE) { in test_skcipher_speed()
1344 TVMEMSIZE * PAGE_SIZE); in test_skcipher_speed()
2893 for (i = 0; i < TVMEMSIZE; i++) { in tcrypt_mod_init()
2919 for (i = 0; i < TVMEMSIZE && tvmem[i]; i++) in tcrypt_mod_init()