Searched refs:out_key (Results 1 – 6 of 6) sorted by relevance
/linux/fs/ |
H A D | fsopen.c | 427 goto out_key; in SYSCALL_DEFINE5() 437 goto out_key; in SYSCALL_DEFINE5() 448 goto out_key; in SYSCALL_DEFINE5() 458 goto out_key; in SYSCALL_DEFINE5() 492 out_key: in SYSCALL_DEFINE5()
|
/linux/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | cmsg.c | 201 const u8 *key, u8 *out_key, u8 *out_value, in nfp_bpf_ctrl_op_cache_get() argument 243 memcpy(out_key, in nfp_bpf_ctrl_op_cache_get() 295 u8 *key, u8 *value, u64 flags, u8 *out_key, u8 *out_value) in nfp_bpf_ctrl_entry_op() argument 312 n_entries = nfp_bpf_ctrl_op_cache_get(nfp_map, op, key, out_key, in nfp_bpf_ctrl_entry_op() 368 if (out_key) in nfp_bpf_ctrl_entry_op() 369 memcpy(out_key, nfp_bpf_ctrl_reply_key(bpf, reply, 0), in nfp_bpf_ctrl_entry_op()
|
/linux/net/mac802154/ |
H A D | iface.c | 344 hdr->sec.key_id_mode = params.out_key.mode; in mac802154_set_header_security() 345 if (params.out_key.mode == IEEE802154_SCF_KEY_SHORT_INDEX) in mac802154_set_header_security() 346 hdr->sec.short_src = params.out_key.short_source; in mac802154_set_header_security() 347 else if (params.out_key.mode == IEEE802154_SCF_KEY_HW_INDEX) in mac802154_set_header_security() 348 hdr->sec.extended_src = params.out_key.extended_source; in mac802154_set_header_security() 349 hdr->sec.key_id = params.out_key.id; in mac802154_set_header_security()
|
H A D | llsec.c | 96 sec->params.out_key = params->out_key; in mac802154_llsec_set_params()
|
/linux/net/ceph/ |
H A D | ceph_common.c | 391 goto out_key; in get_secret() 394 out_key: in get_secret()
|
/linux/include/net/ |
H A D | cfg802154.h | 415 struct ieee802154_llsec_key_id out_key; member
|