Home
last modified time | relevance | path

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

/linux-4.1.27/security/keys/
Dkeyctl.c1235 long keyctl_set_reqkey_keyring(int reqkey_defl) in keyctl_set_reqkey_keyring() argument
1242 if (reqkey_defl == KEY_REQKEY_DEFL_NO_CHANGE) in keyctl_set_reqkey_keyring()
1249 switch (reqkey_defl) { in keyctl_set_reqkey_keyring()
1280 new->jit_keyring = reqkey_defl; in keyctl_set_reqkey_keyring()
/linux-4.1.27/Documentation/security/
Dkeys.txt705 long keyctl(KEYCTL_SET_REQKEY_KEYRING, int reqkey_defl);
708 attached for this thread. reqkey_defl should be one of these constants:
722 returned if reqkey_defl is not one of the above values.