Home
last modified time | relevance | path

Searched refs:KEY_AES (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/testing/selftests/net/
H A Dxfrm_policy.sh27 KEY_AES=0x0123456789abcdef0123456789012345
53 …ip -net $ns xfrm state add src $remote dst $me proto esp spi $spi_in enc aes $KEY_AES auth sha1 …
54 …ip -net $ns xfrm state add src $me dst $remote proto esp spi $spi_out enc aes $KEY_AES auth sha1 …
/openbmc/linux/tools/testing/selftests/netfilter/
H A Dnft_flowtable.sh626 KEY_AES="0x"$(ps -af | md5sum | cut -d " " -f 1)
643 …ip -net $ns xfrm state add src $remote dst $me proto esp spi $spi_in enc aes $KEY_AES auth sha1 …
644 …ip -net $ns xfrm state add src $me dst $remote proto esp spi $spi_out enc aes $KEY_AES auth sha1 …
/openbmc/linux/drivers/net/wireless/ti/wlcore/
H A Dcmd.h459 KEY_AES = 3, enumerator
H A Dcmd.c1256 case KEY_AES: in wl1271_cmd_build_arp_rsp()
H A Dmain.c3515 key_type = KEY_AES; in wlcore_set_key()