Lines Matching defs:key
2127 int security_watch_key(struct key *key)
2129 return call_int_hook(watch_key, 0, key);
2498 int security_key_alloc(struct key *key, const struct cred *cred,
2501 return call_int_hook(key_alloc, 0, key, cred, flags);
2504 void security_key_free(struct key *key)
2506 call_void_hook(key_free, key);
2515 int security_key_getsecurity(struct key *key, char **_buffer)
2518 return call_int_hook(key_getsecurity, 0, key, _buffer);