Home
last modified time | relevance | path

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

/linux-2.4.37.9/crypto/
Dtcrypt.c34 #define TVMEMSIZE 4096 macro
95 if (tsize > TVMEMSIZE) { in test_hash()
96 printk("template (%u) too big for tvmem (%u)\n", tsize, TVMEMSIZE); in test_hash()
192 if (tsize > TVMEMSIZE) { in test_hmac()
194 TVMEMSIZE); in test_hmac()
285 if (tsize > TVMEMSIZE) { in test_cipher()
287 TVMEMSIZE); in test_cipher()
433 if (tsize > TVMEMSIZE) { in test_deflate()
435 TVMEMSIZE); in test_deflate()
470 if (tsize > TVMEMSIZE) { in test_deflate()
[all …]