Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dkey.h412 extern int key_move(struct key *key,
/openbmc/linux/security/keys/
H A Dkeyring.c1593 int key_move(struct key *key, in key_move() function
1640 EXPORT_SYMBOL(key_move);
H A Dkeyctl.c620 ret = key_move(key_ref_to_ptr(key_ref), key_ref_to_ptr(from_ref), in keyctl_keyring_move()