Lines Matching refs:TVMEMSIZE
41 #define TVMEMSIZE 4 macro
66 static char *tvmem[TVMEMSIZE];
595 if ((*keysize + *b_size) > TVMEMSIZE * PAGE_SIZE) { in test_aead_speed()
598 TVMEMSIZE * PAGE_SIZE); in test_aead_speed()
699 sg_init_table(sg, TVMEMSIZE); in test_hash_sg_init()
700 for (i = 0; i < TVMEMSIZE; i++) { in test_hash_sg_init()
1057 struct scatterlist sg[TVMEMSIZE]; in test_ahash_speed_common()
1096 if (speed[i].blen > TVMEMSIZE * PAGE_SIZE) { in test_ahash_speed_common()
1098 speed[i].blen, TVMEMSIZE * PAGE_SIZE); in test_ahash_speed_common()
1535 struct scatterlist sg[TVMEMSIZE]; in test_skcipher_speed()
1537 if ((*keysize + *b_size) > TVMEMSIZE * PAGE_SIZE) { in test_skcipher_speed()
1540 TVMEMSIZE * PAGE_SIZE); in test_skcipher_speed()
3029 for (i = 0; i < TVMEMSIZE; i++) { in tcrypt_mod_init()
3055 for (i = 0; i < TVMEMSIZE && tvmem[i]; i++) in tcrypt_mod_init()