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

Side by Side Diff: lib/freebl/manifest.mn

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
OLDNEW
1 #· 1 #·
2 # This Source Code Form is subject to the terms of the Mozilla Public 2 # This Source Code Form is subject to the terms of the Mozilla Public
3 # License, v. 2.0. If a copy of the MPL was not distributed with this 3 # License, v. 2.0. If a copy of the MPL was not distributed with this
4 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 5
6 # NOTE: any ifdefs in this file must be defined on the gmake command line 6 # NOTE: any ifdefs in this file must be defined on the gmake command line
7 # (if anywhere). They cannot come from Makefile or config.mk· 7 # (if anywhere). They cannot come from Makefile or config.mk·
8 8
9 CORE_DEPTH = ../.. 9 CORE_DEPTH = ../..
10 10
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 48
49 EXPORTS = \ 49 EXPORTS = \
50 blapit.h \ 50 blapit.h \
51 shsign.h \ 51 shsign.h \
52 ecl-exp.h \ 52 ecl-exp.h \
53 $(LOWHASH_EXPORTS) \ 53 $(LOWHASH_EXPORTS) \
54 $(NULL) 54 $(NULL)
55 55
56 PRIVATE_EXPORTS = \ 56 PRIVATE_EXPORTS = \
57 alghmac.h \ 57 alghmac.h \
58 chacha20poly1305.h \
wtc1 2016/01/31 20:00:26 Nit: let's put this after blapi.h so that the list
ttaubert 2016/02/01 15:49:29 Done.
58 blapi.h \ 59 blapi.h \
59 hmacct.h \ 60 hmacct.h \
60 secmpi.h \ 61 secmpi.h \
61 secrng.h \ 62 secrng.h \
62 ec.h \ 63 ec.h \
63 ecl.h \ 64 ecl.h \
64 ecl-curve.h \ 65 ecl-curve.h \
65 $(NULL) 66 $(NULL)
66 67
67 MPI_HDRS = mpi-config.h mpi.h mpi-priv.h mplogic.h mpprime.h logtab.h mp_gf2m.h 68 MPI_HDRS = mpi-config.h mpi.h mpi-priv.h mplogic.h mpprime.h logtab.h mp_gf2m.h
(...skipping 26 matching lines...) Expand all
94 md5.c \ 95 md5.c \
95 sha512.c \ 96 sha512.c \
96 alghmac.c \ 97 alghmac.c \
97 rawhash.c \ 98 rawhash.c \
98 alg2268.c \ 99 alg2268.c \
99 arcfour.c \ 100 arcfour.c \
100 arcfive.c \ 101 arcfive.c \
101 desblapi.c \ 102 desblapi.c \
102 des.c \ 103 des.c \
103 drbg.c \ 104 drbg.c \
105 chacha20poly1305.c \
104 cts.c \ 106 cts.c \
105 ctr.c \ 107 ctr.c \
106 gcm.c \ 108 gcm.c \
107 hmacct.c \ 109 hmacct.c \
108 rijndael.c \ 110 rijndael.c \
109 aeskeywrap.c \ 111 aeskeywrap.c \
110 camellia.c \ 112 camellia.c \
111 dh.c \ 113 dh.c \
112 ec.c \ 114 ec.c \
113 ecdecode.c \ 115 ecdecode.c \
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 DEFINES += -DRIJNDAEL_GENERATE_VALUES 159 DEFINES += -DRIJNDAEL_GENERATE_VALUES
158 else 160 else
159 ifdef AES_GEN_VAL_M 161 ifdef AES_GEN_VAL_M
160 DEFINES += -DRIJNDAEL_GENERATE_VALUES_MACRO 162 DEFINES += -DRIJNDAEL_GENERATE_VALUES_MACRO
161 else 163 else
162 DEFINES += -DRIJNDAEL_INCLUDE_TABLES 164 DEFINES += -DRIJNDAEL_INCLUDE_TABLES
163 endif 165 endif
164 endif 166 endif
165 endif 167 endif
166 endif 168 endif
OLDNEW

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