Home
last modified time | relevance | path

Searched refs:out_key (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/fs/
Dfsopen.c432 goto out_key; in SYSCALL_DEFINE5()
442 goto out_key; in SYSCALL_DEFINE5()
453 goto out_key; in SYSCALL_DEFINE5()
463 goto out_key; in SYSCALL_DEFINE5()
497 out_key: in SYSCALL_DEFINE5()
/linux-6.12.1/drivers/net/ethernet/netronome/nfp/bpf/
Dcmsg.c199 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-6.12.1/net/mac802154/
Diface.c344 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()
Dllsec.c96 sec->params.out_key = params->out_key; in mac802154_llsec_set_params()
/linux-6.12.1/net/ceph/
Dceph_common.c391 goto out_key; in get_secret()
394 out_key: in get_secret()
/linux-6.12.1/include/net/
Dcfg802154.h415 struct ieee802154_llsec_key_id out_key; member
/linux-6.12.1/net/ieee802154/
Dnl-mac.c683 ieee802154_llsec_fill_key_id(msg, &params.out_key)) { in ieee802154_llsec_getparams()
733 if (ieee802154_llsec_parse_key_id(info, &params.out_key)) in ieee802154_llsec_setparams()
Dnl802154.c778 ret = ieee802154_llsec_send_key_id(msg, &params.out_key); in nl802154_get_llsec_params()
1945 &params.out_key); in nl802154_set_llsec_params()