Home
last modified time | relevance | path

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

/openbmc/linux/security/apparmor/
H A Dcrypto.c21 static struct crypto_shash *apparmor_tfm; variable
30 SHASH_DESC_ON_STACK(desc, apparmor_tfm); in aa_calc_hash()
34 if (!apparmor_tfm) in aa_calc_hash()
41 desc->tfm = apparmor_tfm; in aa_calc_hash()
64 SHASH_DESC_ON_STACK(desc, apparmor_tfm); in aa_calc_profile_hash()
71 if (!apparmor_tfm) in aa_calc_profile_hash()
78 desc->tfm = apparmor_tfm; in aa_calc_profile_hash()
115 apparmor_tfm = tfm; in init_profile_hash()
116 apparmor_hash_size = crypto_shash_digestsize(apparmor_tfm); in init_profile_hash()