Lines Matching refs:TVMEMSIZE
41 #define TVMEMSIZE 4 macro
67 static char *tvmem[TVMEMSIZE];
611 if ((*keysize + bs) > TVMEMSIZE * PAGE_SIZE) { in test_aead_speed()
614 TVMEMSIZE * PAGE_SIZE); in test_aead_speed()
713 sg_init_table(sg, TVMEMSIZE); in test_hash_sg_init()
714 for (i = 0; i < TVMEMSIZE; i++) { in test_hash_sg_init()
1071 struct scatterlist sg[TVMEMSIZE]; in test_ahash_speed_common()
1110 if (speed[i].blen > TVMEMSIZE * PAGE_SIZE) { in test_ahash_speed_common()
1112 speed[i].blen, TVMEMSIZE * PAGE_SIZE); in test_ahash_speed_common()
1552 struct scatterlist sg[TVMEMSIZE]; in test_skcipher_speed()
1554 if ((*keysize + bs) > TVMEMSIZE * PAGE_SIZE) { in test_skcipher_speed()
1557 TVMEMSIZE * PAGE_SIZE); in test_skcipher_speed()
3063 for (i = 0; i < TVMEMSIZE; i++) { in tcrypt_mod_init()
3089 for (i = 0; i < TVMEMSIZE && tvmem[i]; i++) in tcrypt_mod_init()