Home
last modified time | relevance | path

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

/linux-6.1.9/fs/
Dfsopen.c400 goto out_key; in SYSCALL_DEFINE5()
410 goto out_key; in SYSCALL_DEFINE5()
421 goto out_key; in SYSCALL_DEFINE5()
431 goto out_key; in SYSCALL_DEFINE5()
464 out_key: in SYSCALL_DEFINE5()
/linux-6.1.9/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.1.9/net/mac802154/
Diface.c351 hdr->sec.key_id_mode = params.out_key.mode; in mac802154_set_header_security()
352 if (params.out_key.mode == IEEE802154_SCF_KEY_SHORT_INDEX) in mac802154_set_header_security()
353 hdr->sec.short_src = params.out_key.short_source; in mac802154_set_header_security()
354 else if (params.out_key.mode == IEEE802154_SCF_KEY_HW_INDEX) in mac802154_set_header_security()
355 hdr->sec.extended_src = params.out_key.extended_source; in mac802154_set_header_security()
356 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.1.9/include/net/
Dcfg802154.h280 struct ieee802154_llsec_key_id out_key; member
/linux-6.1.9/net/ceph/
Dceph_common.c391 goto out_key; in get_secret()
394 out_key: in get_secret()
/linux-6.1.9/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.c759 ret = ieee802154_llsec_send_key_id(msg, &params.out_key); in nl802154_get_llsec_params()
1409 &params.out_key); in nl802154_set_llsec_params()