aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/swanctl/rw-eap-aka-sql-rsa/hosts/moon/etc/ipsec.d/tables.sql
blob: 301f2bfd6c349f2afcb01786e3a2d74947a54efa (plain)
1
2
3
4
5
6
7
8
9
10
DROP TABLE IF EXISTS quintuplets;
CREATE TABLE quintuplets (
    id TEXT NOT NULL,
    used INTEGER NOT NULL,
    rand BLOB NOT NULL,
    autn BLOB NOT NULL,
    ck BLOB NOT NULL,
    ik BLOB NOT NULL,
    res BLOB NOT NULL
);