Lines Matching refs:TVMEMSIZE
46 #define TVMEMSIZE 4 macro
71 static char *tvmem[TVMEMSIZE];
599 if ((*keysize + *b_size) > TVMEMSIZE * PAGE_SIZE) { in test_aead_speed()
602 TVMEMSIZE * PAGE_SIZE); in test_aead_speed()
703 sg_init_table(sg, TVMEMSIZE); in test_hash_sg_init()
704 for (i = 0; i < TVMEMSIZE; i++) { in test_hash_sg_init()
1061 struct scatterlist sg[TVMEMSIZE]; in test_ahash_speed_common()
1100 if (speed[i].blen > TVMEMSIZE * PAGE_SIZE) { in test_ahash_speed_common()
1102 speed[i].blen, TVMEMSIZE * PAGE_SIZE); in test_ahash_speed_common()
1536 struct scatterlist sg[TVMEMSIZE]; in test_skcipher_speed()
1538 if ((*keysize + *b_size) > TVMEMSIZE * PAGE_SIZE) { in test_skcipher_speed()
1541 TVMEMSIZE * PAGE_SIZE); in test_skcipher_speed()
2948 for (i = 0; i < TVMEMSIZE; i++) { in tcrypt_mod_init()
2974 for (i = 0; i < TVMEMSIZE && tvmem[i]; i++) in tcrypt_mod_init()