Searched defs:id (Results 1 – 11 of 11) sorted by relevance
/security/keys/ |
D | keyctl.c | 250 long keyctl_get_keyring_ID(key_serial_t id, int create) in keyctl_get_keyring_ID() 317 long keyctl_update_key(key_serial_t id, in keyctl_update_key() 371 long keyctl_revoke_key(key_serial_t id) in keyctl_revoke_key() 412 long keyctl_invalidate_key(key_serial_t id) in keyctl_invalidate_key() 506 long keyctl_keyring_link(key_serial_t id, key_serial_t ringid) in keyctl_keyring_link() 543 long keyctl_keyring_unlink(key_serial_t id, key_serial_t ringid) in keyctl_keyring_unlink() 825 long keyctl_chown_key(key_serial_t id, uid_t user, gid_t group) in keyctl_chown_key() 942 long keyctl_setperm_key(key_serial_t id, key_perm_t perm) in keyctl_setperm_key() 1041 long keyctl_instantiate_key_common(key_serial_t id, in keyctl_instantiate_key_common() 1121 long keyctl_instantiate_key(key_serial_t id, in keyctl_instantiate_key() [all …]
|
D | compat.c | 28 key_serial_t id, in compat_keyctl_instantiate_key_iov()
|
D | process_keys.c | 534 key_ref_t lookup_user_key(key_serial_t id, unsigned long lflags, in lookup_user_key()
|
D | proc.c | 104 static struct key *find_ge_key(struct seq_file *p, key_serial_t id) in find_ge_key()
|
D | key.c | 650 struct key *key_lookup(key_serial_t id) in key_lookup()
|
/security/integrity/ |
D | digsig.c | 52 int integrity_digsig_verify(const unsigned int id, const char *sig, int siglen, in integrity_digsig_verify() 82 int __init integrity_init_keyring(const unsigned int id) in integrity_init_keyring() 113 int __init integrity_load_x509(const unsigned int id, const char *path) in integrity_load_x509()
|
D | integrity.h | 149 static inline int integrity_digsig_verify(const unsigned int id, in integrity_digsig_verify() 156 static inline int integrity_init_keyring(const unsigned int id) in integrity_init_keyring()
|
/security/loadpin/ |
D | loadpin.c | 125 static int loadpin_read_file(struct file *file, enum kernel_read_file_id id) in loadpin_read_file()
|
/security/tomoyo/ |
D | gc.c | 474 static void tomoyo_collect_member(const enum tomoyo_policy_id id, in tomoyo_collect_member() 514 enum tomoyo_policy_id id; in tomoyo_collect_entry() local
|
/security/ |
D | security.c | 289 int security_quotactl(int cmds, int type, int id, struct super_block *sb) in security_quotactl() 1033 int security_kernel_read_file(struct file *file, enum kernel_read_file_id id) in security_kernel_read_file() 1045 enum kernel_read_file_id id) in security_kernel_post_read_file()
|
/security/selinux/ |
D | hooks.c | 2267 static int selinux_quotactl(int cmds, int type, int id, struct super_block *sb) in selinux_quotactl() 3971 enum kernel_read_file_id id) in selinux_kernel_read_file()
|