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()
1070 struct scatterlist sg[TVMEMSIZE]; in test_ahash_speed_common()
1109 if (speed[i].blen > TVMEMSIZE * PAGE_SIZE) { in test_ahash_speed_common()
1111 speed[i].blen, TVMEMSIZE * PAGE_SIZE); in test_ahash_speed_common()
1540 struct scatterlist sg[TVMEMSIZE]; in test_skcipher_speed()
1542 if ((*keysize + bs) > TVMEMSIZE * PAGE_SIZE) { in test_skcipher_speed()
1545 TVMEMSIZE * PAGE_SIZE); in test_skcipher_speed()
3048 for (i = 0; i < TVMEMSIZE; i++) { in tcrypt_mod_init()
3074 for (i = 0; i < TVMEMSIZE && tvmem[i]; i++) in tcrypt_mod_init()