Lines Matching refs:TVMEMSIZE
41 #define TVMEMSIZE 4 macro
67 static char *tvmem[TVMEMSIZE];
596 if ((*keysize + *b_size) > TVMEMSIZE * PAGE_SIZE) { in test_aead_speed()
599 TVMEMSIZE * PAGE_SIZE); in test_aead_speed()
700 sg_init_table(sg, TVMEMSIZE); in test_hash_sg_init()
701 for (i = 0; i < TVMEMSIZE; i++) { in test_hash_sg_init()
1058 struct scatterlist sg[TVMEMSIZE]; in test_ahash_speed_common()
1097 if (speed[i].blen > TVMEMSIZE * PAGE_SIZE) { in test_ahash_speed_common()
1099 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()
3031 for (i = 0; i < TVMEMSIZE; i++) { in tcrypt_mod_init()
3057 for (i = 0; i < TVMEMSIZE && tvmem[i]; i++) in tcrypt_mod_init()