Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(798)

Side by Side Diff: tests/cipher/cipher.txt

Issue 277040044: Bug 917571 - Add ChaCha20+Poly1305 cipher (Closed)
Patch Set: s/ulIvLen/ulNonceLen for CK_NSS_AEAD_PARAMS Created 8 years, 2 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« lib/softoken/pkcs11i.h ('K') | « lib/util/pkcs11n.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This Source Code Form is subject to the terms of the Mozilla Public 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 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/. 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
4 # 4 #
5 # This file defines the cipher tests 5 # This file defines the cipher tests
6 # 6 #
7 # expected 7 # expected
8 # return bltest Test Case name 8 # return bltest Test Case name
9 # value params 9 # value params
10 # ------- ---------- --------------- 10 # ------- ---------- ---------------
(...skipping 13 matching lines...) Expand all
24 0 aes_cts AES_CTS 24 0 aes_cts AES_CTS
25 0 aes_gcm AES_GCM 25 0 aes_gcm AES_GCM
26 0 camellia_ecb_-E Camellia_ECB_Encrypt 26 0 camellia_ecb_-E Camellia_ECB_Encrypt
27 0 camellia_ecb_-D Camellia_ECB_Decrypt 27 0 camellia_ecb_-D Camellia_ECB_Decrypt
28 0 camellia_cbc_-E Camellia_CBC_Encrypt 28 0 camellia_cbc_-E Camellia_CBC_Encrypt
29 0 camellia_cbc_-D Camellia_CBC_Decrypt 29 0 camellia_cbc_-D Camellia_CBC_Decrypt
30 0 seed_ecb_-E SEED_ECB_Encrypt 30 0 seed_ecb_-E SEED_ECB_Encrypt
31 0 seed_ecb_-D SEED_ECB_Decrypt 31 0 seed_ecb_-D SEED_ECB_Decrypt
32 0 seed_cbc_-E SEED_CBC_Encrypt 32 0 seed_cbc_-E SEED_CBC_Encrypt
33 0 seed_cbc_-D SEED_CBC_Decrypt 33 0 seed_cbc_-D SEED_CBC_Decrypt
34 0 chacha20_poly1305_-E ChaCha20_Poly1305_Encrypt
wtc1 2016/01/31 20:00:26 IMPORTANT: why is there no ChaCha20_Poly1305_Decry
ttaubert 2016/02/01 15:49:29 Ah, looks like I forgot to add that. Thanks. Fixed
34 0 rc2_ecb_-E RC2_ECB_Encrypt 35 0 rc2_ecb_-E RC2_ECB_Encrypt
35 0 rc2_ecb_-D RC2_ECB_Decrypt 36 0 rc2_ecb_-D RC2_ECB_Decrypt
36 0 rc2_cbc_-E RC2_CBC_Encrypt 37 0 rc2_cbc_-E RC2_CBC_Encrypt
37 0 rc2_cbc_-D RC2_CBC_Decrypt 38 0 rc2_cbc_-D RC2_CBC_Decrypt
38 0 rc4_-E RC4_Encrypt 39 0 rc4_-E RC4_Encrypt
39 0 rc4_-D RC4_Decrypt 40 0 rc4_-D RC4_Decrypt
40 0 rsa_-E RSA_Encrypt 41 0 rsa_-E RSA_Encrypt
41 0 rsa_-D RSA_Decrypt 42 0 rsa_-D RSA_Decrypt
42 0 rsa_oaep_-E RSA_EncryptOAEP 43 0 rsa_oaep_-E RSA_EncryptOAEP
43 0 rsa_oaep_-D RSA_DecryptOAEP 44 0 rsa_oaep_-D RSA_DecryptOAEP
44 0 rsa_pss_-S RSA_SignPSS 45 0 rsa_pss_-S RSA_SignPSS
45 0 rsa_pss_-V RSA_CheckSignPSS 46 0 rsa_pss_-V RSA_CheckSignPSS
46 0 dsa_-S DSA_Sign 47 0 dsa_-S DSA_Sign
47 0 dsa_-V DSA_Verify 48 0 dsa_-V DSA_Verify
48 0 md2_-H MD2_Hash 49 0 md2_-H MD2_Hash
49 0 md5_-H MD5_Hash 50 0 md5_-H MD5_Hash
50 0 sha1_-H SHA1_Hash 51 0 sha1_-H SHA1_Hash
51 0 sha224_-H SHA224_Hash 52 0 sha224_-H SHA224_Hash
52 0 sha256_-H SHA256_Hash 53 0 sha256_-H SHA256_Hash
53 0 sha384_-H SHA384_Hash 54 0 sha384_-H SHA384_Hash
54 0 sha512_-H SHA512_Hash 55 0 sha512_-H SHA512_Hash
OLDNEW
« lib/softoken/pkcs11i.h ('K') | « lib/util/pkcs11n.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b