Searched refs:key_ref_t (Results 1 - 25 of 35) sorted by relevance

12

/linux-master/include/linux/
H A Dkey.h143 * NOTE! key_ref_t is a typedef'd pointer to a type that is not actually
148 * the key_ref_t has been made a separate type so that the compiler can reject
153 typedef struct __key_reference_with_attributes *key_ref_t; typedef in typeref:struct:__key_reference_with_attributes
155 static inline key_ref_t make_key_ref(const struct key *key,
158 return (key_ref_t) ((unsigned long) key | possession);
161 static inline struct key *key_ref_to_ptr(const key_ref_t key_ref)
166 static inline bool is_key_possessed(const key_ref_t key_ref)
317 static inline void key_ref_put(key_ref_t key_ref)
389 extern key_ref_t key_create(key_ref_t keyrin
[all...]
/linux-master/security/keys/
H A Dpersistent.c40 static key_ref_t key_create_persistent(struct user_namespace *ns, kuid_t uid,
44 key_ref_t reg_ref, persistent_ref;
74 key_ref_t dest_ref)
78 key_ref_t reg_ref, persistent_ref;
132 key_ref_t dest_ref;
H A Dinternal.h109 extern key_ref_t find_key_to_update(key_ref_t keyring_ref,
130 key_ref_t result;
136 extern key_ref_t keyring_search_rcu(key_ref_t keyring_ref,
139 extern key_ref_t search_cred_keyrings_rcu(struct keyring_search_context *ctx);
140 extern key_ref_t search_process_keyrings_rcu(struct keyring_search_context *ctx);
175 extern int key_task_permission(const key_ref_t key_ref,
199 static inline int key_permission(const key_ref_t key_ref,
H A Dkeyctl.c80 key_ref_t keyring_ref, key_ref;
174 key_ref_t dest_ref;
260 key_ref_t key_ref;
329 key_ref_t key_ref;
381 key_ref_t key_ref;
422 key_ref_t key_ref;
469 key_ref_t keyring_ref;
517 key_ref_t keyring_ref, key_ref;
554 key_ref_t keyring_ref, key_ref;
598 key_ref_t key_re
[all...]
H A Dpermission.c26 int key_task_permission(const key_ref_t key_ref, const struct cred *cred,
H A Dprocess_keys.c81 key_ref_t uid_keyring_r, session_keyring_r;
188 key_ref_t session_keyring_r;
422 key_ref_t search_cred_keyrings_rcu(struct keyring_search_context *ctx)
425 key_ref_t key_ref, ret, err;
539 key_ref_t search_process_keyrings_rcu(struct keyring_search_context *ctx)
542 key_ref_t key_ref, ret = ERR_PTR(-EACCES), err;
611 key_ref_t lookup_user_key(key_serial_t id, unsigned long lflags,
622 key_ref_t key_ref, skey_ref;
H A Dkey.c749 static inline key_ref_t __key_update(key_ref_t key_ref,
790 static key_ref_t __key_create_or_update(key_ref_t keyring_ref,
806 key_ref_t key_ref;
997 key_ref_t key_create_or_update(key_ref_t keyring_ref,
1034 key_ref_t key_create(key_ref_t keyring_ref,
1060 int key_update(key_ref_t key_re
[all...]
H A Dkeyring.c899 key_ref_t keyring_search_rcu(key_ref_t keyring_ref,
937 key_ref_t keyring_search(key_ref_t keyring,
952 key_ref_t key;
1021 int keyring_restrict(key_ref_t keyring_ref, const char *type,
1098 key_ref_t find_key_to_update(key_ref_t keyring_ref,
H A Drequest_key.c378 key_ref_t key_ref;
597 key_ref_t key_ref;
799 key_ref_t key_ref;
H A Dkeyctl_pkey.c82 key_ref_t key_ref;
H A Ddh.c21 key_ref_t key_ref;
H A Drequest_key_auth.c260 key_ref_t authkey_ref;
H A Dproc.c158 key_ref_t key_ref, skey_ref;
/linux-master/crypto/asymmetric_keys/
H A Dx509_loader.c11 key_ref_t key;
H A Dasymmetric_type.c58 key_ref_t ref;
/linux-master/security/integrity/
H A Ddigsig_asymmetric.c33 key_ref_t kref;
45 key_ref_t kref;
H A Ddigsig.c171 key_ref_t key;
/linux-master/certs/
H A Dblacklist.c184 key_ref_t key;
227 key_ref_t kref;
264 key_ref_t key;
H A Dsystem_keyring.c167 key_ref_t key;
/linux-master/net/rxrpc/
H A Dsecurity.c165 key_ref_t kref = NULL;
/linux-master/drivers/nvme/common/
H A Dkeyring.c78 key_ref_t keyref;
/linux-master/arch/s390/kernel/
H A Dcert_store.c300 key_ref_t us_keyring_ref;
353 key_ref_t cs_keyring_ref;
456 key_ref_t newkey;
/linux-master/lib/
H A Ddigsig.c219 key_ref_t kref;
/linux-master/net/handshake/
H A Dtlshd.c114 key_ref_t process_keyring_ref, keyring_ref;
/linux-master/fs/crypto/
H A Dkeyring.c362 key_ref_t keyref;
655 key_ref_t ref;

Completed in 334 milliseconds

12