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

/linux-4.1.27/security/apparmor/
H A Dcrypto.c23 static unsigned int apparmor_hash_size; variable
29 return apparmor_hash_size; aa_hash_size()
45 profile->hash = kzalloc(apparmor_hash_size, GFP_KERNEL); aa_calc_profile_hash()
88 apparmor_hash_size = crypto_shash_digestsize(apparmor_tfm); init_profile_hash()

Completed in 67 milliseconds