Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dsyscall.c1693 static void *__bpf_copy_key(void __user *ukey, u64 key_size) in __bpf_copy_key()
1704 static void *___bpf_copy_key(bpfptr_t ukey, u64 key_size) in ___bpf_copy_key()
1720 void __user *ukey = u64_to_user_ptr(attr->key); in map_lookup_elem() local
1782 bpfptr_t ukey = make_bpfptr(attr->key, uattr.is_kernel); in map_update_elem() local
1835 bpfptr_t ukey = make_bpfptr(attr->key, uattr.is_kernel); in map_delete_elem() local
1888 void __user *ukey = u64_to_user_ptr(attr->key); in map_get_next_key() local
2150 void __user *ukey = u64_to_user_ptr(attr->key); in map_lookup_and_delete_elem() local
/linux/net/tipc/
H A Dcrypto.c334 int tipc_aead_key_validate(struct tipc_aead_key *ukey, struct genl_info *info) in tipc_aead_key_validate()
514 static int tipc_aead_init(struct tipc_aead **aead, struct tipc_aead_key *ukey, in tipc_aead_init()
1128 int tipc_crypto_key_init(struct tipc_crypto *c, struct tipc_aead_key *ukey, in tipc_crypto_key_init()
H A Dnode.c2966 struct tipc_aead_key *ukey; in __tipc_nl_node_set_key() local
/linux/net/ceph/
H A Dceph_common.c357 struct key *ukey; in get_secret() local
/linux/security/keys/encrypted-keys/
H A Dencrypted.c306 struct key *ukey; in request_user_key() local
/linux/crypto/
H A Daf_alg.c208 static int alg_setkey(struct sock *sk, sockptr_t ukey, unsigned int keylen) in alg_setkey() argument