Home
last modified time | relevance | path

Searched refs:key_ref_to_ptr (Results 1 – 12 of 12) sorted by relevance

/linux-3.4.99/security/keys/
Dkeyctl.c115 ret = key_ref_to_ptr(key_ref)->serial; in SYSCALL_DEFINE5()
203 callout_len, NULL, key_ref_to_ptr(dest_ref), in SYSCALL_DEFINE4()
251 ret = key_ref_to_ptr(key_ref)->serial; in keyctl_get_keyring_ID()
369 key_revoke(key_ref_to_ptr(key_ref)); in keyctl_revoke_key()
399 &key_ref_to_ptr(keyring_ref)->flags)) in keyctl_keyring_clear()
408 ret = keyring_clear(key_ref_to_ptr(keyring_ref)); in keyctl_keyring_clear()
443 ret = key_link(key_ref_to_ptr(keyring_ref), key_ref_to_ptr(key_ref)); in keyctl_keyring_link()
478 ret = key_unlink(key_ref_to_ptr(keyring_ref), key_ref_to_ptr(key_ref)); in keyctl_keyring_unlink()
536 key = key_ref_to_ptr(key_ref); in keyctl_describe_key()
641 ret = key_link(key_ref_to_ptr(dest_ref), key_ref_to_ptr(key_ref)); in keyctl_keyring_search()
[all …]
Dpermission.c37 key = key_ref_to_ptr(key_ref); in key_task_permission()
Dkey.c711 struct key *key = key_ref_to_ptr(key_ref); in __key_update()
795 keyring = key_ref_to_ptr(keyring_ref); in key_create_or_update()
891 struct key *key = key_ref_to_ptr(key_ref); in key_update()
Drequest_key.c404 key = key_ref_to_ptr(key_ref); in construct_alloc_key()
536 key = key_ref_to_ptr(key_ref); in request_key_and_link()
Drequest_key_auth.c259 authkey = key_ref_to_ptr(authkey_ref); in key_get_instantiation_authkey()
Dkeyring.c324 keyring = key_ref_to_ptr(keyring_ref); in keyring_search_aux()
524 keyring = key_ref_to_ptr(keyring_ref); in __keyring_search_one()
/linux-3.4.99/include/linux/
Dkey.h106 static inline struct key *key_ref_to_ptr(const key_ref_t key_ref) in key_ref_to_ptr() function
213 key_put(key_ref_to_ptr(key_ref)); in key_ref_put()
325 #define key_ref_to_ptr(k) NULL macro
/linux-3.4.99/net/rxrpc/
Dar-security.c213 key = key_ref_to_ptr(kref); in rxrpc_init_server_conn_security()
/linux-3.4.99/lib/
Ddigsig.c227 key = key_ref_to_ptr(kref); in digsig_verify()
/linux-3.4.99/security/smack/
Dsmack_lsm.c3297 keyp = key_ref_to_ptr(key_ref); in smack_key_permission()
/linux-3.4.99/Documentation/security/
Dkeys.txt850 struct key *key_ref_to_ptr(const key_ref_t key_ref);
/linux-3.4.99/security/selinux/
Dhooks.c5625 key = key_ref_to_ptr(key_ref); in selinux_key_permission()