blob: 12fdc997c807d9f7de00dc0cd9bc8f1949ea3528 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
esp from 3ffe::1 to 3ffe::10 spi 0x1eadbeef:0xbeef1ead \
authkey file "DIR/ak256:DIR/ak256" \
enckey file "DIR/ek128:DIR/ek128"
esp from 3ffe::2 to 3ffe::10 spi 0x2eadbeef:0xbeef2ead auth hmac-sha1 \
enc 3des-cbc \
authkey file "DIR/ak160:DIR/ak160" \
enckey file "DIR/ek192:DIR/ek192"
esp from 3ffe::3 to 3ffe::10 spi 0x3eadbeef:0xbeef3ead auth hmac-sha1 \
enc des-cbc \
authkey file "DIR/ak160:DIR/ak160" \
enckey file "DIR/ek64:DIR/ek64"
esp from 3ffe::4 to 3ffe::10 spi 0x4eadbeef:0xbeef4ead auth hmac-sha1 \
enc aes \
authkey file "DIR/ak160:DIR/ak160" \
enckey file "DIR/ek128:DIR/ek128"
esp from 3ffe::5 to 3ffe::10 spi 0x5eadbeef:0xbeef5ead auth hmac-sha1 \
enc aesctr \
authkey file "DIR/ak160:DIR/ak160" \
enckey file "DIR/ek160:DIR/ek160"
esp from 3ffe::6 to 3ffe::10 spi 0x6eadbeef:0xbeef6ead auth hmac-sha1 \
enc blowfish \
authkey file "DIR/ak160:DIR/ak160" \
enckey file "DIR/ek160:DIR/ek160"
esp from 3ffe::7 to 3ffe::10 spi 0x7eadbeef:0xbeef7ead auth hmac-sha1 \
enc cast128 \
authkey file "DIR/ak160:DIR/ak160" \
enckey file "DIR/ek128:DIR/ek128"
esp from 3ffe::8 to 3ffe::10 spi 0x8eadbeef:0xbeef8ead auth hmac-sha1 \
enc null \
authkey file "DIR/ak160:DIR/ak160"
esp from 3ffe::9 to 3ffe::10 spi 0x9eadbeef:0xbeef9ead auth hmac-sha1 \
enc skipjack \
authkey file "DIR/ak160:DIR/ak160" \
enckey file "DIR/ek80:DIR/ek80"
|