]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/netapi.git/blob - ti/runtime/netapi/tools/ipsec_tools/hmac-sha256_aes-ctr.conf
Adding scripts/configuration files to test IPSEC wit TransportNet Lib test apps
[keystone-rtos/netapi.git] / ti / runtime / netapi / tools / ipsec_tools / hmac-sha256_aes-ctr.conf
1 #!/mnt/host/netbench/setkey -f
2 #pc->shannon
3 flush;
4 spdflush;
5 add -4 192.168.1.10 192.168.1.100 esp 0x22222222 -m tunnel -E aes-ctr 0x00112233445566778899aabbccddeeff00112233 -A hmac-sha256 0x000102030405060708090a0b0c0d0e0f101112131415161718191A1B1C1D1E1F;
7 spdadd 192.168.1.10 192.168.1.100 any -P out ipsec
8         esp/tunnel/192.168.1.10-192.168.1.100/require;
11 add -4 192.168.1.100 192.168.1.10 esp 0x22222222 -m tunnel -E aes-ctr 0x00112233445566778899aabbccddeeff00112233 -A hmac-sha256 0x000102030405060708090a0b0c0d0e0f101112131415161718191A1B1C1D1E1F; 
12                                                                                 
13 spdadd 192.168.1.100 192.168.1.10 any -P in ipsec
14         esp/tunnel/192.168.1.100-192.168.1.10/require;