security/nss/tests/cipher/gcm.txt

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     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

mercurial