Searched refs:notify_key (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/security/keys/ |
H A D | key.c | 450 notify_key(key, NOTIFY_KEY_INSTANTIATED, 0); in __key_instantiate_and_link() 607 notify_key(key, NOTIFY_KEY_INSTANTIATED, -error); in key_reject_and_link() 771 notify_key(key, NOTIFY_KEY_UPDATED, 0); in __key_update() 1096 notify_key(key, NOTIFY_KEY_UPDATED, 0); in key_update() 1130 notify_key(key, NOTIFY_KEY_REVOKED, 0); in key_revoke() 1162 notify_key(key, NOTIFY_KEY_INVALIDATED, 0); in key_invalidate()
|
H A D | keyring.c | 1068 notify_key(keyring, NOTIFY_KEY_SETATTR, 0); in keyring_restrict() 1377 notify_key(keyring, NOTIFY_KEY_LINKED, key_serial(key)); in __key_link() 1513 notify_key(keyring, NOTIFY_KEY_UNLINKED, key_serial(key)); in __key_unlink() 1666 notify_key(keyring, NOTIFY_KEY_CLEARED, 0); in keyring_clear()
|
H A D | internal.h | 186 static inline void notify_key(struct key *key, in notify_key() function
|
H A D | keyctl.c | 1047 notify_key(key, NOTIFY_KEY_SETATTR, 0); in keyctl_chown_key() 1098 notify_key(key, NOTIFY_KEY_SETATTR, 0); in keyctl_setperm_key() 1491 notify_key(key, NOTIFY_KEY_SETATTR, 0); in keyctl_set_timeout()
|