Lines Matching defs:key
2322 /* Reset fs, key, and sock SIDs on execve. */
5974 ad.u.ipc_id = ipc_perms->key;
6002 ad.u.ipc_id = msq->key;
6019 ad.u.ipc_id = msq->key;
6083 ad.u.ipc_id = msq->key;
6117 ad.u.ipc_id = msq->key;
6141 ad.u.ipc_id = shp->key;
6158 ad.u.ipc_id = shp->key;
6226 ad.u.ipc_id = sma->key;
6243 ad.u.ipc_id = sma->key;
6592 static int selinux_key_alloc(struct key *k, const struct cred *cred,
6612 static void selinux_key_free(struct key *k)
6624 struct key *key;
6659 key = key_ref_to_ptr(key_ref);
6660 ksec = key->security;
6666 static int selinux_key_getsecurity(struct key *key, char **_buffer)
6668 struct key_security_struct *ksec = key->security;
6682 static int selinux_watch_key(struct key *key)
6684 struct key_security_struct *ksec = key->security;