Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dkey.h439 extern int keyring_restrict(key_ref_t keyring, const char *type,
/linux/security/keys/
H A Dkeyring.c1024 int keyring_restrict(key_ref_t keyring_ref, const char *type, in keyring_restrict() function
1085 EXPORT_SYMBOL(keyring_restrict);
H A Dkeyctl.c1760 ret = keyring_restrict(key_ref, _type ? type : NULL, restriction); in keyctl_restrict_keyring()