Searched refs:out_key (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/fs/ |
| D | fsopen.c | 399 goto out_key; in SYSCALL_DEFINE5() 409 goto out_key; in SYSCALL_DEFINE5() 417 goto out_key; in SYSCALL_DEFINE5() 427 goto out_key; in SYSCALL_DEFINE5() 437 goto out_key; in SYSCALL_DEFINE5() 470 out_key: in SYSCALL_DEFINE5()
|
| /Linux-v5.4/drivers/net/ethernet/netronome/nfp/bpf/ |
| D | cmsg.c | 199 const u8 *key, u8 *out_key, u8 *out_value, in nfp_bpf_ctrl_op_cache_get() argument 241 memcpy(out_key, in nfp_bpf_ctrl_op_cache_get() 293 u8 *key, u8 *value, u64 flags, u8 *out_key, u8 *out_value) in nfp_bpf_ctrl_entry_op() argument 310 n_entries = nfp_bpf_ctrl_op_cache_get(nfp_map, op, key, out_key, in nfp_bpf_ctrl_entry_op() 366 if (out_key) in nfp_bpf_ctrl_entry_op() 367 memcpy(out_key, nfp_bpf_ctrl_reply_key(bpf, reply, 0), in nfp_bpf_ctrl_entry_op()
|
| /Linux-v5.4/net/mac802154/ |
| D | iface.c | 352 hdr->sec.key_id_mode = params.out_key.mode; in mac802154_set_header_security() 353 if (params.out_key.mode == IEEE802154_SCF_KEY_SHORT_INDEX) in mac802154_set_header_security() 354 hdr->sec.short_src = params.out_key.short_source; in mac802154_set_header_security() 355 else if (params.out_key.mode == IEEE802154_SCF_KEY_HW_INDEX) in mac802154_set_header_security() 356 hdr->sec.extended_src = params.out_key.extended_source; in mac802154_set_header_security() 357 hdr->sec.key_id = params.out_key.id; in mac802154_set_header_security()
|
| D | llsec.c | 96 sec->params.out_key = params->out_key; in mac802154_llsec_set_params()
|
| /Linux-v5.4/net/ceph/ |
| D | ceph_common.c | 355 goto out_key; in get_secret() 358 out_key: in get_secret()
|
| /Linux-v5.4/include/net/ |
| D | cfg802154.h | 270 struct ieee802154_llsec_key_id out_key; member
|
| /Linux-v5.4/net/ieee802154/ |
| D | nl-mac.c | 682 ieee802154_llsec_fill_key_id(msg, ¶ms.out_key)) in ieee802154_llsec_getparams() 730 if (ieee802154_llsec_parse_key_id(info, ¶ms.out_key)) in ieee802154_llsec_setparams()
|
| D | nl802154.c | 775 ret = ieee802154_llsec_send_key_id(msg, ¶ms.out_key); in nl802154_get_llsec_params() 1416 ¶ms.out_key); in nl802154_set_llsec_params()
|