diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-21 14:46:16 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-21 14:46:16 +0300 |
commit | 03dc0195c3c0f2260dbd86285980e89ed2279273 (patch) | |
tree | 00344116d9cb3403dd546434c4216188f206e1f5 /test/file/aes192/cfb | |
parent | utils: install() PDB files (diff) | |
download | aes-tools-03dc0195c3c0f2260dbd86285980e89ed2279273.tar.gz aes-tools-03dc0195c3c0f2260dbd86285980e89ed2279273.zip |
test: move data files to test/data
Diffstat (limited to 'test/file/aes192/cfb')
24 files changed, 0 insertions, 18 deletions
diff --git a/test/file/aes192/cfb/blocksize-1.cipher b/test/file/aes192/cfb/blocksize-1.cipher deleted file mode 100644 index ed2b8eb..0000000 --- a/test/file/aes192/cfb/blocksize-1.cipher +++ /dev/null @@ -1 +0,0 @@ -šÍ¥T^9½ûßT‹tÇ°º
\ No newline at end of file diff --git a/test/file/aes192/cfb/blocksize-1.iv b/test/file/aes192/cfb/blocksize-1.iv deleted file mode 100644 index 62499bf..0000000 --- a/test/file/aes192/cfb/blocksize-1.iv +++ /dev/null @@ -1 +0,0 @@ -cccccccccccccccccccccccccccccccc
\ No newline at end of file diff --git a/test/file/aes192/cfb/blocksize-1.key b/test/file/aes192/cfb/blocksize-1.key deleted file mode 100644 index de427c6..0000000 --- a/test/file/aes192/cfb/blocksize-1.key +++ /dev/null @@ -1 +0,0 @@ -000102030405060708090a0b0c0d0e0f1011121314151617
\ No newline at end of file diff --git a/test/file/aes192/cfb/blocksize-1.plain b/test/file/aes192/cfb/blocksize-1.plain deleted file mode 100644 index 13592ee..0000000 --- a/test/file/aes192/cfb/blocksize-1.plain +++ /dev/null @@ -1 +0,0 @@ -abcdefghijklmno
\ No newline at end of file diff --git a/test/file/aes192/cfb/blocksize.cipher b/test/file/aes192/cfb/blocksize.cipher deleted file mode 100644 index 210c21d..0000000 --- a/test/file/aes192/cfb/blocksize.cipher +++ /dev/null @@ -1 +0,0 @@ -ÕªÃ#ëë'œgîi†9¯
\ No newline at end of file diff --git a/test/file/aes192/cfb/blocksize.iv b/test/file/aes192/cfb/blocksize.iv deleted file mode 100644 index 65aef92..0000000 --- a/test/file/aes192/cfb/blocksize.iv +++ /dev/null @@ -1 +0,0 @@ -00112233445566778899aabbccddeeff
\ No newline at end of file diff --git a/test/file/aes192/cfb/blocksize.key b/test/file/aes192/cfb/blocksize.key deleted file mode 100644 index e9bb563..0000000 --- a/test/file/aes192/cfb/blocksize.key +++ /dev/null @@ -1 +0,0 @@ -aaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbbbb
\ No newline at end of file diff --git a/test/file/aes192/cfb/blocksize.plain b/test/file/aes192/cfb/blocksize.plain deleted file mode 100644 index 454f6b3..0000000 --- a/test/file/aes192/cfb/blocksize.plain +++ /dev/null @@ -1 +0,0 @@ -0123456789abcdef
\ No newline at end of file diff --git a/test/file/aes192/cfb/empty1.cipher b/test/file/aes192/cfb/empty1.cipher deleted file mode 100644 index e69de29..0000000 --- a/test/file/aes192/cfb/empty1.cipher +++ /dev/null diff --git a/test/file/aes192/cfb/empty1.iv b/test/file/aes192/cfb/empty1.iv deleted file mode 100644 index 445c724..0000000 --- a/test/file/aes192/cfb/empty1.iv +++ /dev/null @@ -1 +0,0 @@ -00000000000000000000000000000000
\ No newline at end of file diff --git a/test/file/aes192/cfb/empty1.key b/test/file/aes192/cfb/empty1.key deleted file mode 100644 index b644ad8..0000000 --- a/test/file/aes192/cfb/empty1.key +++ /dev/null @@ -1 +0,0 @@ -000000000000000000000000000000000000000000000000
\ No newline at end of file diff --git a/test/file/aes192/cfb/empty1.plain b/test/file/aes192/cfb/empty1.plain deleted file mode 100644 index e69de29..0000000 --- a/test/file/aes192/cfb/empty1.plain +++ /dev/null diff --git a/test/file/aes192/cfb/empty2.cipher b/test/file/aes192/cfb/empty2.cipher deleted file mode 100644 index e69de29..0000000 --- a/test/file/aes192/cfb/empty2.cipher +++ /dev/null diff --git a/test/file/aes192/cfb/empty2.iv b/test/file/aes192/cfb/empty2.iv deleted file mode 100644 index 65aef92..0000000 --- a/test/file/aes192/cfb/empty2.iv +++ /dev/null @@ -1 +0,0 @@ -00112233445566778899aabbccddeeff
\ No newline at end of file diff --git a/test/file/aes192/cfb/empty2.key b/test/file/aes192/cfb/empty2.key deleted file mode 100644 index de427c6..0000000 --- a/test/file/aes192/cfb/empty2.key +++ /dev/null @@ -1 +0,0 @@ -000102030405060708090a0b0c0d0e0f1011121314151617
\ No newline at end of file diff --git a/test/file/aes192/cfb/empty2.plain b/test/file/aes192/cfb/empty2.plain deleted file mode 100644 index e69de29..0000000 --- a/test/file/aes192/cfb/empty2.plain +++ /dev/null diff --git a/test/file/aes192/cfb/random64k.cipher b/test/file/aes192/cfb/random64k.cipher Binary files differdeleted file mode 100644 index f127629..0000000 --- a/test/file/aes192/cfb/random64k.cipher +++ /dev/null diff --git a/test/file/aes192/cfb/random64k.iv b/test/file/aes192/cfb/random64k.iv deleted file mode 100644 index 80328dc..0000000 --- a/test/file/aes192/cfb/random64k.iv +++ /dev/null @@ -1 +0,0 @@ -eeeeeeeeeeeeeeeeeeeeeeeeeecccccc
\ No newline at end of file diff --git a/test/file/aes192/cfb/random64k.key b/test/file/aes192/cfb/random64k.key deleted file mode 100644 index f0a9e25..0000000 --- a/test/file/aes192/cfb/random64k.key +++ /dev/null @@ -1 +0,0 @@ -ffffffffffffffffffffeeffffffffffffffffffffffffff
\ No newline at end of file diff --git a/test/file/aes192/cfb/random64k.plain b/test/file/aes192/cfb/random64k.plain Binary files differdeleted file mode 100644 index 1918417..0000000 --- a/test/file/aes192/cfb/random64k.plain +++ /dev/null diff --git a/test/file/aes192/cfb/singlechar.cipher b/test/file/aes192/cfb/singlechar.cipher deleted file mode 100644 index e25f181..0000000 --- a/test/file/aes192/cfb/singlechar.cipher +++ /dev/null @@ -1 +0,0 @@ -y
\ No newline at end of file diff --git a/test/file/aes192/cfb/singlechar.iv b/test/file/aes192/cfb/singlechar.iv deleted file mode 100644 index ca437db..0000000 --- a/test/file/aes192/cfb/singlechar.iv +++ /dev/null @@ -1 +0,0 @@ -addddddddddddddddddddddddddddeee
\ No newline at end of file diff --git a/test/file/aes192/cfb/singlechar.key b/test/file/aes192/cfb/singlechar.key deleted file mode 100644 index f2208cf..0000000 --- a/test/file/aes192/cfb/singlechar.key +++ /dev/null @@ -1 +0,0 @@ -111111111111111122222222222222222222222222222222
\ No newline at end of file diff --git a/test/file/aes192/cfb/singlechar.plain b/test/file/aes192/cfb/singlechar.plain deleted file mode 100644 index 2e65efe..0000000 --- a/test/file/aes192/cfb/singlechar.plain +++ /dev/null @@ -1 +0,0 @@ -a
\ No newline at end of file |