Searched refs:apparmor_tfm (Results 1 – 1 of 1) sorted by relevance
25 static struct crypto_shash *apparmor_tfm; variable34 SHASH_DESC_ON_STACK(desc, apparmor_tfm); in aa_calc_hash()38 if (!apparmor_tfm) in aa_calc_hash()45 desc->tfm = apparmor_tfm; in aa_calc_hash()69 SHASH_DESC_ON_STACK(desc, apparmor_tfm); in aa_calc_profile_hash()76 if (!apparmor_tfm) in aa_calc_profile_hash()83 desc->tfm = apparmor_tfm; in aa_calc_profile_hash()121 apparmor_tfm = tfm; in init_profile_hash()122 apparmor_hash_size = crypto_shash_digestsize(apparmor_tfm); in init_profile_hash()