Home
last modified time | relevance | path

Searched refs:install_thread_keyring_to_cred (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/include/linux/
Dkey.h401 extern int install_thread_keyring_to_cred(struct cred *cred);
/Linux-v4.19/security/keys/
Dprocess_keys.c138 int install_thread_keyring_to_cred(struct cred *new) in install_thread_keyring_to_cred() function
170 ret = install_thread_keyring_to_cred(new); in install_thread_keyring()
Dinternal.h147 extern int install_thread_keyring_to_cred(struct cred *);
Dkeyctl.c1280 ret = install_thread_keyring_to_cred(new); in keyctl_set_reqkey_keyring()
/Linux-v4.19/kernel/
Dcred.c361 install_thread_keyring_to_cred(new); in copy_creds()