Home
last modified time | relevance | path

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

/linux-4.4.14/security/integrity/ima/
Dima_crypto.c67 static struct crypto_shash *ima_shash_tfm; variable
74 ima_shash_tfm = crypto_alloc_shash(hash_algo_name[ima_hash_algo], 0, 0); in ima_init_crypto()
75 if (IS_ERR(ima_shash_tfm)) { in ima_init_crypto()
76 rc = PTR_ERR(ima_shash_tfm); in ima_init_crypto()
86 struct crypto_shash *tfm = ima_shash_tfm; in ima_alloc_tfm()
105 if (tfm != ima_shash_tfm) in ima_free_tfm()