Home
last modified time | relevance | path

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

/security/keys/
Dkeyring.c1545 int key_unlink(struct key *keyring, struct key *key) in key_unlink() function
1563 EXPORT_SYMBOL(key_unlink);
Dkeyctl.c576 ret = key_unlink(keyring, key); in keyctl_keyring_unlink()