security/nss/tests/cipher/cipher.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 cipher tests
     6 #
     7 # expected
     8 #   return	bltest		Test Case name
     9 #    value	params
    10 #  -------	----------	---------------
    11 	0	des_ecb_-E	DES_ECB_Encrypt
    12 	0	des_ecb_-D	DES_ECB_Decrypt
    13 	0	des_cbc_-E	DES_CBC_Encrypt
    14 	0	des_cbc_-D	DES_CBC_Decrypt
    15 	0	des3_ecb_-E	DES3_ECB_Encrypt
    16 	0	des3_ecb_-D	DES3_ECB_Decrypt
    17 	0	des3_cbc_-E	DES3_CBC_Encrypt
    18 	0	des3_cbc_-D	DES3_CBC_Decrypt
    19 	0	aes_ecb_-E	AES_ECB_Encrypt
    20 	0	aes_ecb_-D	AES_ECB_Decrypt
    21 	0	aes_cbc_-E	AES_CBC_Encrypt
    22 	0	aes_cbc_-D	AES_CBC_Decrypt
    23 	0	aes_ctr		AES_CTR
    24 	0	aes_cts		AES_CTS
    25 	0	aes_gcm		AES_GCM
    26 	0	camellia_ecb_-E	Camellia_ECB_Encrypt
    27 	0	camellia_ecb_-D	Camellia_ECB_Decrypt
    28 	0	camellia_cbc_-E	Camellia_CBC_Encrypt
    29 	0	camellia_cbc_-D	Camellia_CBC_Decrypt
    30 	0	seed_ecb_-E	SEED_ECB_Encrypt
    31 	0	seed_ecb_-D	SEED_ECB_Decrypt
    32 	0	seed_cbc_-E	SEED_CBC_Encrypt
    33 	0	seed_cbc_-D	SEED_CBC_Decrypt
    34 	0	rc2_ecb_-E	RC2_ECB_Encrypt
    35 	0	rc2_ecb_-D	RC2_ECB_Decrypt
    36 	0	rc2_cbc_-E	RC2_CBC_Encrypt
    37 	0	rc2_cbc_-D	RC2_CBC_Decrypt
    38 	0	rc4_-E		RC4_Encrypt
    39 	0	rc4_-D		RC4_Decrypt
    40 	0	rsa_-E		RSA_Encrypt
    41 	0	rsa_-D		RSA_Decrypt
    42 	0	rsa_oaep_-E	RSA_EncryptOAEP
    43 	0	rsa_oaep_-D	RSA_DecryptOAEP
    44 	0	rsa_pss_-S	RSA_SignPSS
    45 	0	rsa_pss_-V	RSA_CheckSignPSS
    46 	0	dsa_-S		DSA_Sign
    47 	0	dsa_-V		DSA_Verify
    48 	0	md2_-H		MD2_Hash
    49 	0	md5_-H		MD5_Hash
    50 	0	sha1_-H		SHA1_Hash
    51 	0	sha224_-H	SHA224_Hash
    52 	0	sha256_-H	SHA256_Hash
    53 	0	sha384_-H	SHA384_Hash
    54 	0	sha512_-H	SHA512_Hash

mercurial