Home
last modified time | relevance | path

Searched defs:newkey (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_crypto.c346 zfs_keyformat_t keyformat, boolean_t confirm_key, boolean_t newkey, in get_key_interactive()
468 const char *fsname, zfs_keyformat_t keyformat, boolean_t newkey, in get_key_material_file()
499 get_key_material(libzfs_handle_t *hdl, boolean_t do_verify, boolean_t newkey, in get_key_material()
661 zfs_handle_t *zhp, boolean_t newkey, zfs_keyformat_t keyformat, in populate_create_encryption_params_nvlists()
/f-stack/dpdk/examples/l3fwd/
H A Dl3fwd_em.c362 union ipv4_5tuple_host newkey; in populate_ipv4_few_flow_into_table() local
391 union ipv6_5tuple_host newkey; in populate_ipv6_few_flow_into_table() local
418 union ipv4_5tuple_host newkey; in populate_ipv4_many_flow_into_table() local
471 union ipv6_5tuple_host newkey; in populate_ipv6_many_flow_into_table() local
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/
H A Dmhd.h125 mhioc_resv_key_t newkey; member
135 mhioc_resv_key_t newkey; member
/f-stack/freebsd/netinet/
H A Dtcp_fastopen.c518 uint8_t newkey[TCP_FASTOPEN_KEY_LEN]; in tcp_fastopen_autokey_locked() local
761 uint8_t newkey[TCP_FASTOPEN_KEY_LEN]; in sysctl_net_inet_tcp_fastopen_setkey() local
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dltable.c399 static TValue *newkey (lua_State *L, Table *t, const TValue *key) { in newkey() function
/f-stack/dpdk/examples/performance-thread/l3fwd-thread/
H A Dmain.c3089 union ipv4_5tuple_host newkey; in populate_ipv4_few_flow_into_table() local
3115 union ipv6_5tuple_host newkey; in populate_ipv6_few_flow_into_table() local
3140 union ipv4_5tuple_host newkey; in populate_ipv4_many_flow_into_table() local
3188 union ipv6_5tuple_host newkey; in populate_ipv6_many_flow_into_table() local
/f-stack/app/redis-5.0.5/src/
H A Ddefrag.c395 dictEntry* replaceSateliteDictKeyPtrAndOrDefragDictEntry(dict *d, sds oldkey, sds newkey, uint64_t … in replaceSateliteDictKeyPtrAndOrDefragDictEntry()