|
1 # This Source Code Form is subject to the terms of the Mozilla Public |
|
2 # License, v. 2.0. If a copy of the MPL was not distributed with this |
|
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. |
|
4 # |
|
5 # This file defines the AES GCM tests |
|
6 # |
|
7 # expected |
|
8 # return pk11gcmtest Test Case name |
|
9 # value input file |
|
10 # ------- ---------------------- ----------------------- |
|
11 0 gcmDecrypt128.rsp NIST_AES128_GCM_Decrypt |
|
12 0 gcmDecrypt192.rsp NIST_AES192_GCM_Decrypt |
|
13 0 gcmDecrypt256.rsp NIST_AES256_GCM_Decrypt |
|
14 0 gcmEncryptExtIV128.rsp NIST_AES128_GCM_Encrypt |
|
15 0 gcmEncryptExtIV192.rsp NIST_AES192_GCM_Encrypt |
|
16 0 gcmEncryptExtIV256.rsp NIST_AES256_GCM_Encrypt |