Home
last modified time | relevance | path

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

/linux-6.1.9/security/keys/
Dprocess_keys.c268 int install_process_keyring_to_cred(struct cred *new) in install_process_keyring_to_cred() function
300 ret = install_process_keyring_to_cred(new); in install_process_keyring()
Dinternal.h154 extern int install_process_keyring_to_cred(struct cred *);
Dkeyctl.c1410 ret = install_process_keyring_to_cred(new); in keyctl_set_reqkey_keyring()