Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dtcrypt.c44 #define TVMEMSIZE 4 macro
70 static char *tvmem[TVMEMSIZE];
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()
869 struct scatterlist sg[TVMEMSIZE]; in test_ahash_speed_common()
908 if (speed[i].blen > TVMEMSIZE * PAGE_SIZE) { in test_ahash_speed_common()
1339 struct scatterlist sg[TVMEMSIZE]; in test_skcipher_speed()
1344 TVMEMSIZE * PAGE_SIZE); in test_skcipher_speed()
2893 for (i = 0; i < TVMEMSIZE; i++) { in tcrypt_mod_init()
[all …]