Home
last modified time | relevance | path

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

/linux/security/keys/
H A Dkeyctl.c1730 const char __user *_restriction) in keyctl_restrict_keyring() argument
1743 if (!_restriction) in keyctl_restrict_keyring()
1750 restriction = strndup_user(_restriction, PAGE_SIZE); in keyctl_restrict_keyring()
1756 if (_restriction) in keyctl_restrict_keyring()
H A Dinternal.h267 const char __user *_restriction);