Searched refs:keyring_alloc (Results 1 - 11 of 11) sorted by relevance

/linux-4.1.27/security/keys/
H A Dpersistent.c24 struct key *reg = keyring_alloc(".persistent_register", key_create_persistent_register()
59 persistent = keyring_alloc(index_key->description, key_create_persistent()
H A Dprocess_keys.c77 uid_keyring = keyring_alloc(buf, user->uid, INVALID_GID, install_user_keyrings()
93 keyring_alloc(buf, user->uid, INVALID_GID, install_user_keyrings()
135 keyring = keyring_alloc("_tid", new->uid, new->gid, new, install_thread_keyring_to_cred()
181 keyring = keyring_alloc("_pid", new->uid, new->gid, new, install_process_keyring_to_cred()
232 keyring = keyring_alloc("_ses", cred->uid, cred->gid, cred, install_session_keyring_to_cred()
785 keyring = keyring_alloc( join_session_keyring()
H A Drequest_key.c117 keyring = keyring_alloc(desc, cred->fsuid, cred->fsgid, cred, call_sbin_request_key()
H A Dkeyring.c492 struct key *keyring_alloc(const char *description, kuid_t uid, kgid_t gid, keyring_alloc() function
511 EXPORT_SYMBOL(keyring_alloc); variable
/linux-4.1.27/kernel/
H A Dsystem_keyring.c35 keyring_alloc(".system_keyring", system_trusted_keyring_init()
/linux-4.1.27/security/integrity/
H A Ddigsig.c71 keyring[id] = keyring_alloc(keyring_name[id], KUIDT_INIT(0), integrity_init_keyring()
/linux-4.1.27/fs/cifs/
H A Dcifs_spnego.c206 keyring = keyring_alloc(".cifs_spnego", init_cifs_spnego()
H A Dcifsacl.c360 keyring = keyring_alloc(".cifs_idmap", init_cifs_idmap()
/linux-4.1.27/net/dns_resolver/
H A Ddns_key.c278 keyring = keyring_alloc(".dns_resolver", init_dns_resolver()
/linux-4.1.27/include/linux/
H A Dkey.h290 extern struct key *keyring_alloc(const char *description, kuid_t uid, kgid_t gid,
/linux-4.1.27/fs/nfs/
H A Dnfs4idmap.c200 keyring = keyring_alloc(".id_resolver", nfs_idmap_init_keyring()

Completed in 221 milliseconds