Searched refs:__key_link (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/security/keys/ |
H A D | request_key.c | 431 __key_link(dest_keyring, key, &edit); in construct_alloc_key() 454 __key_link(dest_keyring, key, &edit); in construct_alloc_key()
|
H A D | internal.h | 103 extern void __key_link(struct key *keyring, struct key *key,
|
H A D | keyring.c | 1370 void __key_link(struct key *keyring, struct key *key, in __key_link() function 1461 __key_link(keyring, key, &edit); in key_link() 1632 __key_link(to_keyring, key, &to_edit); in key_move()
|
H A D | key.c | 460 __key_link(keyring, key, _edit); in __key_instantiate_and_link() 617 __key_link(keyring, key, &edit); in key_reject_and_link()
|