Home
last modified time | relevance | path

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

/openbmc/linux/security/integrity/ima/
H A Dima_queue_keys.c34 static void ima_keys_handler(struct work_struct *work);
35 static DECLARE_DELAYED_WORK(ima_keys_delayed_work, ima_keys_handler);
42 static void ima_keys_handler(struct work_struct *work) in ima_keys_handler() function