Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/security/apparmor/
Dcrypto.c19 static unsigned int apparmor_hash_size; variable
25 return apparmor_hash_size; in aa_hash_size()
37 hash = kzalloc(apparmor_hash_size, GFP_KERNEL); in aa_calc_hash()
74 profile->hash = kzalloc(apparmor_hash_size, GFP_KERNEL); in aa_calc_profile_hash()
116 apparmor_hash_size = crypto_shash_digestsize(apparmor_tfm); in init_profile_hash()