Home
last modified time | relevance | path

Searched refs:install_process_keyring_to_cred (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/security/keys/
Dinternal.h143 extern int install_process_keyring_to_cred(struct cred *);
Dprocess_keys.c174 int install_process_keyring_to_cred(struct cred *new) in install_process_keyring_to_cred() function
207 ret = install_process_keyring_to_cred(new); in install_process_keyring()
Dkeyctl.c1257 ret = install_process_keyring_to_cred(new); in keyctl_set_reqkey_keyring()