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

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

Completed in 68 milliseconds