Searched refs:key4 (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/samples/bpf/ |
H A D | xdp_router_ipv4.bpf.c | 128 union key_4 key4; in xdp_router_ipv4_prog() local 131 key4.b32[0] = 32; in xdp_router_ipv4_prog() 132 key4.b8[4] = iph->daddr & 0xff; in xdp_router_ipv4_prog() 133 key4.b8[5] = (iph->daddr >> 8) & 0xff; in xdp_router_ipv4_prog() 134 key4.b8[6] = (iph->daddr >> 16) & 0xff; in xdp_router_ipv4_prog() 135 key4.b8[7] = (iph->daddr >> 24) & 0xff; in xdp_router_ipv4_prog() 137 prefix_value = bpf_map_lookup_elem(&lpm_map, &key4); in xdp_router_ipv4_prog()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | xdp.c | 7 struct vip key4 = {.protocol = 6, .family = AF_INET}; in test_xdp() local 32 bpf_map_update_elem(map_fd, &key4, &value4, 0); in test_xdp()
|
H A D | xdp_bpf2bpf.c | 110 struct vip key4 = {.protocol = 6, .family = AF_INET}; in test_xdp_bpf2bpf() local 122 bpf_map_update_elem(map_fd, &key4, &value4, 0); in test_xdp_bpf2bpf()
|
/openbmc/linux/drivers/net/wireless/ath/ |
H A D | key.c | 134 u32 key0, key1, key2, key3, key4; in ath_hw_set_keycache_entry() local 188 key4 = get_unaligned_le32(k->kv_val + 12); in ath_hw_set_keycache_entry() 190 key4 &= 0xff; in ath_hw_set_keycache_entry() 216 REG_WRITE(ah, AR_KEYTABLE_KEY4(entry), key4); in ath_hw_set_keycache_entry() 327 REG_WRITE(ah, AR_KEYTABLE_KEY4(entry), key4); in ath_hw_set_keycache_entry()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/ |
H A D | nss_3.98.bb | 31 file://blank-key4.db \ 236 # build time, but the checksum of key4.db changes every time when certutil is called. 243 install -m 0644 ${WORKDIR}/blank-key4.db ${D}${sysconfdir}/pki/nssdb/key4.db
|
/openbmc/linux/Documentation/devicetree/bindings/input/ |
H A D | microchip,qt1050.txt | 49 QT1050 with 3 non continuous keys, key2 and key4 are disabled.
|
/openbmc/linux/arch/arm/boot/dts/nxp/lpc/ |
H A D | lpc3250-ea3250.dts | 48 key4 {
|
/openbmc/linux/tools/testing/selftests/wireguard/ |
H A D | netns.sh | 85 key4="$(pp wg genkey)" 89 pub4="$(pp wg pubkey <<<"$key4")" 269 n2 wg set wg1 listen-port 5 private-key <(echo "$key4") peer "$pub3" allowed-ips 192.168.241.1/32,f…
|
/openbmc/linux/drivers/pinctrl/bcm/ |
H A D | pinctrl-cygnus-mux.c | 504 CYGNUS_PIN_GROUP(key4, 0x4, 16, 1),
|
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | pel_test.cpp | 508 "key4": {"key5": "value5"} in getJSONFFDC() 582 "key4": {"key5": "value5"} in getCBORFFDC()
|
/openbmc/bmcweb/test/redfish-core/include/utils/ |
H A D | json_utils_test.cpp | 589 "key3": {"key4": "123"} in TEST()
|