Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/security/integrity/ima/
Dima_queue_keys.c33 static void ima_keys_handler(struct work_struct *work);
34 static DECLARE_DELAYED_WORK(ima_keys_delayed_work, ima_keys_handler);
41 static void ima_keys_handler(struct work_struct *work) in ima_keys_handler() function