Home
last modified time | relevance | path

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

/include/linux/
Dkey.h161 static inline struct key *key_ref_to_ptr(const key_ref_t key_ref) in key_ref_to_ptr() argument
163 return (struct key *) ((unsigned long) key_ref & ~1UL); in key_ref_to_ptr()
166 static inline bool is_key_possessed(const key_ref_t key_ref) in is_key_possessed() argument
168 return (unsigned long) key_ref & 1UL; in is_key_possessed()
318 static inline void key_ref_put(key_ref_t key_ref) in key_ref_put() argument
320 key_put(key_ref_to_ptr(key_ref)); in key_ref_put()
Dsecurity.h2049 int security_key_permission(key_ref_t key_ref, const struct cred *cred,
2069 static inline int security_key_permission(key_ref_t key_ref, in security_key_permission() argument
Dlsm_hook_defs.h407 LSM_HOOK(int, 0, key_permission, key_ref_t key_ref, const struct cred *cred,