Searched refs:make_key_ref (Results 1 - 6 of 6) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dkey.h95 static inline key_ref_t make_key_ref(const struct key *key, function
366 #define make_key_ref(k) ({ NULL; }) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/rxrpc/
H A Dar-security.c198 kref = keyring_search(make_key_ref(rx->securities, 1UL),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/keys/
H A Dkey.c835 key_ref = make_key_ref(key, is_key_possessed(keyring_ref));
H A Dkeyring.c351 if (key_task_permission(make_key_ref(key, possessed),
378 if (key_task_permission(make_key_ref(key, possessed),
410 key_ref = make_key_ref(key, possessed);
470 key_permission(make_key_ref(key, possessed),
484 return make_key_ref(key, possessed);
521 if (key_permission(make_key_ref(keyring, 0),
H A Dproc.c144 rc = key_task_permission(make_key_ref(key, 0), current, KEY_VIEW);
H A Dprocess_keys.c401 make_key_ref(context->thread_keyring, 1),
422 make_key_ref(context->signal->process_keyring, 1),
444 make_key_ref(rcu_dereference(
468 make_key_ref(context->user->session_keyring, 1),
575 key_ref = make_key_ref(key, 1);
592 key_ref = make_key_ref(key, 1);
609 key_ref = make_key_ref(key, 1);
615 key_ref = make_key_ref(key, 1);
621 key_ref = make_key_ref(key, 1);
635 key_ref = make_key_ref(ke
[all...]

Completed in 158 milliseconds