Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dkey.h348 extern int install_thread_keyring_to_cred(struct cred *cred);
/linux-4.4.14/security/keys/
Dinternal.h142 extern int install_thread_keyring_to_cred(struct cred *);
Dprocess_keys.c131 int install_thread_keyring_to_cred(struct cred *new) in install_thread_keyring_to_cred() function
159 ret = install_thread_keyring_to_cred(new); in install_thread_keyring()
Dkeyctl.c1245 ret = install_thread_keyring_to_cred(new); in keyctl_set_reqkey_keyring()
/linux-4.4.14/kernel/
Dcred.c360 install_thread_keyring_to_cred(new); in copy_creds()