Home
last modified time | relevance | path

Searched refs:TVMEMSIZE (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/crypto/
Dtcrypt.c43 #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()
[all …]