Home
last modified time | relevance | path

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

/Linux-v4.19/security/integrity/ima/
Dima_crypto.c62 static struct crypto_shash *ima_shash_tfm; variable
69 ima_shash_tfm = crypto_alloc_shash(hash_algo_name[ima_hash_algo], 0, 0); in ima_init_crypto()
70 if (IS_ERR(ima_shash_tfm)) { in ima_init_crypto()
71 rc = PTR_ERR(ima_shash_tfm); in ima_init_crypto()
83 struct crypto_shash *tfm = ima_shash_tfm; in ima_alloc_tfm()
102 if (tfm != ima_shash_tfm) in ima_free_tfm()