Lines Matching refs:TVMEMSIZE
43 #define TVMEMSIZE 4 macro
67 static char *tvmem[TVMEMSIZE];
378 if ((*keysize + *b_size) > TVMEMSIZE * PAGE_SIZE) { in test_aead_speed()
381 TVMEMSIZE * PAGE_SIZE); in test_aead_speed()
492 struct scatterlist sg[TVMEMSIZE]; in test_cipher_speed()
494 if ((*keysize + *b_size) > TVMEMSIZE * PAGE_SIZE) { in test_cipher_speed()
497 TVMEMSIZE * PAGE_SIZE); in test_cipher_speed()
522 sg_init_table(sg, TVMEMSIZE); in test_cipher_speed()
525 for (j = 1; j < TVMEMSIZE; j++) { in test_cipher_speed()
719 sg_init_table(sg, TVMEMSIZE); in test_hash_sg_init()
720 for (i = 0; i < TVMEMSIZE; i++) { in test_hash_sg_init()
729 struct scatterlist sg[TVMEMSIZE]; in test_hash_speed()
758 if (speed[i].blen > TVMEMSIZE * PAGE_SIZE) { in test_hash_speed()
761 speed[i].blen, TVMEMSIZE * PAGE_SIZE); in test_hash_speed()
951 struct scatterlist sg[TVMEMSIZE]; in test_ahash_speed()
990 if (speed[i].blen > TVMEMSIZE * PAGE_SIZE) { in test_ahash_speed()
992 speed[i].blen, TVMEMSIZE * PAGE_SIZE); in test_ahash_speed()
1155 struct scatterlist sg[TVMEMSIZE]; in test_acipher_speed()
1157 if ((*keysize + *b_size) > TVMEMSIZE * PAGE_SIZE) { in test_acipher_speed()
1160 TVMEMSIZE * PAGE_SIZE); in test_acipher_speed()
2206 for (i = 0; i < TVMEMSIZE; i++) { in tcrypt_mod_init()
2230 for (i = 0; i < TVMEMSIZE && tvmem[i]; i++) in tcrypt_mod_init()