Home
last modified time | relevance | path

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

/security/apparmor/
Dcrypto.c25 static struct crypto_shash *apparmor_tfm; variable
37 char ctx[crypto_shash_descsize(apparmor_tfm)]; in aa_calc_profile_hash()
42 if (!apparmor_tfm) in aa_calc_profile_hash()
49 desc.shash.tfm = apparmor_tfm; in aa_calc_profile_hash()
87 apparmor_tfm = tfm; in init_profile_hash()
88 apparmor_hash_size = crypto_shash_digestsize(apparmor_tfm); in init_profile_hash()