diff options
| author | pooka <pooka@NetBSD.org> | 2010-12-14 17:48:31 +0000 |
|---|---|---|
| committer | pooka <pooka@NetBSD.org> | 2010-12-14 17:48:31 +0000 |
| commit | d8f080a2b0586aec44bcd0e72cb351acd08366fb (patch) | |
| tree | 13705e918ba98551cd8fc84bc023f827dd5ceba0 /tests/dev/cgd/paramsfile | |
| parent | a7b0a9de13fccedd4e6868c63ad31cb4222c344b (diff) | |
Retire the old C helper in h_img2cgd since we can now write everything
with a shellscript in terms of rump.cgdconfig and dd.
Diffstat (limited to 'tests/dev/cgd/paramsfile')
| -rw-r--r-- | tests/dev/cgd/paramsfile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/dev/cgd/paramsfile b/tests/dev/cgd/paramsfile new file mode 100644 index 00000000000..066eab6fc43 --- /dev/null +++ b/tests/dev/cgd/paramsfile @@ -0,0 +1,8 @@ +algorithm aes-cbc; +iv-method encblkno1; +keylength 128; +verify_method none; +keygen pkcs5_pbkdf2/sha1 { + iterations 42; + salt AAAAgKajcCnHR7sR1k1RKQ9Q0uY=; +}; |
