Home
last modified time | relevance | path

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

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