Home
last modified time | relevance | path

Searched refs:KEY_SHA (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/net/
H A Dxfrm_policy.sh25 KEY_SHA=0xdeadbeef1234567890abcdefabcdefabcdefabcd
52 … src $remote dst $me proto esp spi $spi_in enc aes $KEY_AES auth sha1 $KEY_SHA mode tunnel sel …
53 … src $me dst $remote proto esp spi $spi_out enc aes $KEY_AES auth sha1 $KEY_SHA mode tunnel sel s…
/linux/tools/testing/selftests/net/netfilter/
H A Dnft_flowtable.sh789 KEY_SHA="0x"$(ps -af | sha1sum | cut -d " " -f 1)
807 ip -net "$ns" xfrm state add src "$remote" dst "$me" proto esp spi "$spi_in" enc aes "$KEY_AES" auth sha1 "$KEY_SHA" mode tunnel sel src "$rnet" dst "$lnet"
808 ip -net "$ns" xfrm state add src "$me" dst "$remote" proto esp spi "$spi_out" enc aes "$KEY_AES" auth sha1 "$KEY_SHA" mode tunnel sel src "$lnet" dst "$rnet"