mirror of
https://github.com/schoebel/mars
synced 2024-12-29 10:22:52 +00:00
infra: speedup md5 checksums
This commit is contained in:
parent
ee1cf12efa
commit
45a771b652
@ -175,7 +175,7 @@ void mars_digest(unsigned char *digest, void *data, int len)
|
||||
* global variables and locking.
|
||||
*/
|
||||
|
||||
#define OBSOLETE_TFM_MAX 16
|
||||
#define OBSOLETE_TFM_MAX 128
|
||||
|
||||
static struct crypto_hash *mars_tfm[OBSOLETE_TFM_MAX];
|
||||
static struct semaphore tfm_sem[OBSOLETE_TFM_MAX];
|
||||
|
Loading…
Reference in New Issue
Block a user