Skip to content

Commit

Permalink
Bug 853285: Add the test files for AES GCM Test Cases 1, 7, 13
Browse files Browse the repository at this point in the history
(the files are numbered 0, 6, 12). TBR=rrelyea.
  • Loading branch information
wantehchang committed Mar 26, 2013
1 parent e746616 commit f0743c7
Show file tree
Hide file tree
Showing 18 changed files with 36 additions and 0 deletions.
Empty file added cmd/bltest/tests/aes_gcm/aad0
Empty file.
Empty file added cmd/bltest/tests/aes_gcm/aad12
Empty file.
Empty file added cmd/bltest/tests/aes_gcm/aad6
Empty file.
1 change: 1 addition & 0 deletions cmd/bltest/tests/aes_gcm/ciphertext0
@@ -0,0 +1 @@
WOL8zvp+MGE2fx1XpOdFWg==
1 change: 1 addition & 0 deletions cmd/bltest/tests/aes_gcm/ciphertext12
@@ -0,0 +1 @@
Uw+K+8dFNrmpY7TxxMtziw==
1 change: 1 addition & 0 deletions cmd/bltest/tests/aes_gcm/ciphertext6
@@ -0,0 +1 @@
zTOyisdz90ugDtHzElckNQ==
Binary file added cmd/bltest/tests/aes_gcm/iv0
Binary file not shown.
Binary file added cmd/bltest/tests/aes_gcm/iv12
Binary file not shown.
Binary file added cmd/bltest/tests/aes_gcm/iv6
Binary file not shown.
Binary file added cmd/bltest/tests/aes_gcm/key0
Binary file not shown.
Binary file added cmd/bltest/tests/aes_gcm/key12
Binary file not shown.
Binary file added cmd/bltest/tests/aes_gcm/key6
Binary file not shown.
Empty file.
Empty file.
Empty file.
11 changes: 11 additions & 0 deletions cmd/bltest/tests/aes_gcm/test0.txt
@@ -0,0 +1,11 @@
test="Test Case 1"
K=00000000000000000000000000000000
P=
IV=000000000000000000000000
H=66e94bd4ef8a2c3b884cfa59ca342b2e
Y0=00000000000000000000000000000001
E(K,Y0)=58e2fccefa7e3061367f1d57a4e7455a
len(A)||len(C)=00000000000000000000000000000000
GHASH(H,A,C)=00000000000000000000000000000000
C=
T=58e2fccefa7e3061367f1d57a4e7455a
11 changes: 11 additions & 0 deletions cmd/bltest/tests/aes_gcm/test12.txt
@@ -0,0 +1,11 @@
test="Test Case 13"
K=0000000000000000000000000000000000000000000000000000000000000000
P=
IV=000000000000000000000000
H=dc95c078a2408989ad48a21492842087
Y0=00000000000000000000000000000001
E(K,Y0)=530f8afbc74536b9a963b4f1c4cb738b
len(A)||len(C)=00000000000000000000000000000000
GHASH(H,A,C)=00000000000000000000000000000000
C=
T=530f8afbc74536b9a963b4f1c4cb738b
11 changes: 11 additions & 0 deletions cmd/bltest/tests/aes_gcm/test6.txt
@@ -0,0 +1,11 @@
test="Test Case 7"
K=000000000000000000000000000000000000000000000000
P=
IV=000000000000000000000000
H=aae06992acbf52a3e8f4a96ec9300bd7
Y0=00000000000000000000000000000001
E(K,Y0)=cd33b28ac773f74ba00ed1f312572435
len(A)||len(C)=00000000000000000000000000000000
GHASH(H,A,C)=00000000000000000000000000000000
C=
T=cd33b28ac773f74ba00ed1f312572435

0 comments on commit f0743c7

Please sign in to comment.