aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/alg/ike_alg_serpent.c
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2009-05-14 13:55:48 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2009-05-14 13:55:56 +0200
commit2b02b0fe9f7ea899fc685444bb9634aa81c7921d (patch)
treee13a96962737ed6ba6264a6121856d590a463adf /src/pluto/alg/ike_alg_serpent.c
parent0a8ad227d41243846a3e396614cb06d2048d6bf3 (diff)
downloadstrongswan-2b02b0fe9f7ea899fc685444bb9634aa81c7921d.tar.bz2
strongswan-2b02b0fe9f7ea899fc685444bb9634aa81c7921d.tar.xz
introduced encryption test vectors
Diffstat (limited to 'src/pluto/alg/ike_alg_serpent.c')
-rw-r--r--src/pluto/alg/ike_alg_serpent.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/pluto/alg/ike_alg_serpent.c b/src/pluto/alg/ike_alg_serpent.c
index fb01caa41..c7b6cfe68 100644
--- a/src/pluto/alg/ike_alg_serpent.c
+++ b/src/pluto/alg/ike_alg_serpent.c
@@ -50,10 +50,11 @@ struct encrypt_desc encrypt_desc_serpent =
algo_next: NULL,
enc_ctxsize: sizeof(struct serpent_context),
enc_blocksize: SERPENT_CBC_BLOCK_SIZE,
- keyminlen: SERPENT_KEY_MIN_LEN,
- keydeflen: SERPENT_KEY_DEF_LEN,
- keymaxlen: SERPENT_KEY_MAX_LEN,
- do_crypt: do_serpent,
+ keyminlen: SERPENT_KEY_MIN_LEN,
+ keydeflen: SERPENT_KEY_DEF_LEN,
+ keymaxlen: SERPENT_KEY_MAX_LEN,
+ do_crypt: do_serpent,
+ enc_testvectors: NULL
};
int ike_alg_serpent_init(void);