Home
last modified time | relevance | path

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

/Linux-v4.19/security/keys/
Dkeyctl.c1264 long keyctl_set_reqkey_keyring(int reqkey_defl) in keyctl_set_reqkey_keyring() argument
1271 if (reqkey_defl == KEY_REQKEY_DEFL_NO_CHANGE) in keyctl_set_reqkey_keyring()
1278 switch (reqkey_defl) { in keyctl_set_reqkey_keyring()
1306 new->jit_keyring = reqkey_defl; in keyctl_set_reqkey_keyring()
/Linux-v4.19/Documentation/security/keys/
Dcore.rst690 long keyctl(KEYCTL_SET_REQKEY_KEYRING, int reqkey_defl);
693 attached for this thread. reqkey_defl should be one of these constants::
707 returned if reqkey_defl is not one of the above values.