Searched refs:out_key (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/fs/ |
H A D | fsopen.c | 436 goto out_key; in SYSCALL_DEFINE5() 446 goto out_key; in SYSCALL_DEFINE5() 457 goto out_key; in SYSCALL_DEFINE5() 467 goto out_key; in SYSCALL_DEFINE5() 500 out_key: in SYSCALL_DEFINE5()
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/ |
H A 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()
|
/openbmc/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()
|
/openbmc/linux/net/ceph/ |
H A D | ceph_common.c | 391 goto out_key; in get_secret() 394 out_key: in get_secret()
|
/openbmc/linux/include/net/ |
H A D | cfg802154.h | 392 struct ieee802154_llsec_key_id out_key; member
|
/openbmc/linux/net/ieee802154/ |
H A D | nl-mac.c | 683 ieee802154_llsec_fill_key_id(msg, ¶ms.out_key)) { in ieee802154_llsec_getparams() 733 if (ieee802154_llsec_parse_key_id(info, ¶ms.out_key)) in ieee802154_llsec_setparams()
|
H A D | nl802154.c | 778 ret = ieee802154_llsec_send_key_id(msg, ¶ms.out_key); in nl802154_get_llsec_params() 1766 ¶ms.out_key); in nl802154_set_llsec_params()
|