Searched refs:key_ref_to_ptr (Results 1 - 25 of 29) sorted by relevance

12

/linux-master/crypto/asymmetric_keys/
H A Dx509_loader.c46 key_ref_to_ptr(key)->description);
H A Dasymmetric_type.c115 key = key_ref_to_ptr(ref);
/linux-master/security/keys/
H A Dkeyctl.c138 ret = key_ref_to_ptr(key_ref)->serial;
223 callout_len, NULL, key_ref_to_ptr(dest_ref),
271 ret = key_ref_to_ptr(key_ref)->serial;
397 key = key_ref_to_ptr(key_ref);
438 &key_ref_to_ptr(key_ref)->flags))
447 key = key_ref_to_ptr(key_ref);
484 &key_ref_to_ptr(keyring_ref)->flags))
493 keyring = key_ref_to_ptr(keyring_ref);
532 ret = key_link(key_ref_to_ptr(keyring_ref), key_ref_to_ptr(key_re
[all...]
H A Dpersistent.c113 persistent = key_ref_to_ptr(persistent_ref);
114 ret = key_link(key_ref_to_ptr(dest_ref), persistent);
157 if (key_ref_to_ptr(dest_ref)->type != &key_type_keyring) {
H A Dpermission.c51 key = key_ref_to_ptr(key_ref);
H A Dprocess_keys.c119 uid_keyring = key_ref_to_ptr(uid_keyring_r);
155 session_keyring = key_ref_to_ptr(session_keyring_r);
212 return key_ref_to_ptr(session_keyring_r);
H A Drequest_key.c447 key = key_ref_to_ptr(key_ref);
632 key = key_ref_to_ptr(key_ref);
814 key = key_ref_to_ptr(key_ref);
H A Dkeyctl_pkey.c101 params->key = key_ref_to_ptr(key_ref);
H A Ddh.c31 key = key_ref_to_ptr(key_ref);
H A Drequest_key_auth.c275 authkey = key_ref_to_ptr(authkey_ref);
H A Dkey.c752 struct key *key = key_ref_to_ptr(key_ref);
823 keyring = key_ref_to_ptr(keyring_ref);
953 key = key_ref_to_ptr(key_ref);
1063 struct key *key = key_ref_to_ptr(key_ref);
H A Dkeyring.c853 key = key_ref_to_ptr(ctx->result);
909 keyring = key_ref_to_ptr(keyring_ref);
923 __key_get(key_ref_to_ptr(ctx->result));
1029 keyring = key_ref_to_ptr(keyring_ref);
1104 keyring = key_ref_to_ptr(keyring_ref);
/linux-master/include/linux/
H A Dkey.h161 static inline struct key *key_ref_to_ptr(const key_ref_t key_ref) function
319 key_put(key_ref_to_ptr(key_ref));
511 #define key_ref_to_ptr(k) NULL macro
/linux-master/security/integrity/
H A Ddigsig_asymmetric.c52 key = key_ref_to_ptr(kref);
H A Ddigsig.c186 key_ref_to_ptr(key)->description);
/linux-master/net/rxrpc/
H A Dsecurity.c195 key = key_ref_to_ptr(kref);
H A Drxperf.c558 ret = key_link(keyring, key_ref_to_ptr(kref));
/linux-master/drivers/nvme/common/
H A Dkeyring.c104 return key_ref_to_ptr(keyref);
/linux-master/net/handshake/
H A Dtlshd.c135 ret = key_link(key_ref_to_ptr(process_keyring_ref),
136 key_ref_to_ptr(keyring_ref));
/linux-master/lib/
H A Ddigsig.c225 key = key_ref_to_ptr(kref);
/linux-master/certs/
H A Dsystem_keyring.c182 pr_notice("Loaded X.509 cert '%s'\n", key_ref_to_ptr(key)->description);
/linux-master/arch/s390/kernel/
H A Dcert_store.c310 return key_ref_to_ptr(us_keyring_ref);
360 cs_keyring = key_ref_to_ptr(cs_keyring_ref);
/linux-master/fs/crypto/
H A Dkeyring.c378 return key_ref_to_ptr(keyref);
663 key = key_ref_to_ptr(ref);
/linux-master/drivers/nvdimm/
H A Dsecurity.c102 key = key_ref_to_ptr(keyref);
/linux-master/crypto/
H A Daf_alg.c283 return key_ref_to_ptr(key_ref);

Completed in 418 milliseconds

12