Home
last modified time | relevance | path

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

/linux-6.1.9/security/keys/
Dkeyctl.c1388 long keyctl_set_reqkey_keyring(int reqkey_defl) in keyctl_set_reqkey_keyring() argument
1395 if (reqkey_defl == KEY_REQKEY_DEFL_NO_CHANGE) in keyctl_set_reqkey_keyring()
1402 switch (reqkey_defl) { in keyctl_set_reqkey_keyring()
1430 new->jit_keyring = reqkey_defl; in keyctl_set_reqkey_keyring()
/linux-6.1.9/Documentation/security/keys/
Dcore.rst715 long keyctl(KEYCTL_SET_REQKEY_KEYRING, int reqkey_defl);
718 attached for this thread. reqkey_defl should be one of these constants::
732 returned if reqkey_defl is not one of the above values.