Home
last modified time | relevance | path

Searched defs:ukey (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dsyscall.c1002 static void *__bpf_copy_key(void __user *ukey, u64 key_size) in __bpf_copy_key()
1018 void __user *ukey = u64_to_user_ptr(attr->key); in map_lookup_elem() local
1085 void __user *ukey = u64_to_user_ptr(attr->key); in map_update_elem() local
1152 void __user *ukey = u64_to_user_ptr(attr->key); in map_delete_elem() local
1207 void __user *ukey = u64_to_user_ptr(attr->key); in map_get_next_key() local
1489 void __user *ukey = u64_to_user_ptr(attr->key); in map_lookup_and_delete_elem() local
/OK3568_Linux_fs/kernel/net/ceph/
H A Dceph_common.c361 struct key *ukey; in get_secret() local
/OK3568_Linux_fs/kernel/net/tipc/
H A Dcrypto.c328 int tipc_aead_key_validate(struct tipc_aead_key *ukey, struct genl_info *info) in tipc_aead_key_validate()
507 static int tipc_aead_init(struct tipc_aead **aead, struct tipc_aead_key *ukey, in tipc_aead_init()
1123 int tipc_crypto_key_init(struct tipc_crypto *c, struct tipc_aead_key *ukey, in tipc_crypto_key_init()
H A Dnode.c2917 struct tipc_aead_key *ukey; in __tipc_nl_node_set_key() local
/OK3568_Linux_fs/kernel/security/keys/encrypted-keys/
H A Dencrypted.c305 struct key *ukey; in request_user_key() local
/OK3568_Linux_fs/kernel/crypto/
H A Daf_alg.c205 static int alg_setkey(struct sock *sk, sockptr_t ukey, unsigned int keylen) in alg_setkey()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dptrace.c949 static struct ptrauth_key pac_key_from_user(__uint128_t ukey) in pac_key_from_user()
/OK3568_Linux_fs/kernel/drivers/s390/crypto/
H A Dpkey_api.c1109 static void *_copy_key_from_user(void __user *ukey, size_t keylen) in _copy_key_from_user()