TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
refs/heads/features/new-code-style/mbedtls-2.28
/
library
/
poly1305.c
1b6c09a
Switch to the new code style
by Gilles Peskine
· 2 years, 7 months ago
d551413
Remove now-redundant definitions of inline
by Gilles Peskine
· 2 years, 8 months ago
8474fe0
Include platform.h unconditionally: second automatic part
by Gilles Peskine
· 2 years, 10 months ago
36f19b9
Include platform.h unconditionally: automatic part
by Gilles Peskine
· 2 years, 10 months ago
c54e908
Replace instances of byte reading macros with PUT
by Joe Subbiani
· 4 years ago
197e9ed
Remove trailing white space
by Joe Subbiani
· 4 years ago
281956d
Remove use of byte reading macro for uint16
by Joe Subbiani
· 4 years ago
ad1115a
Use byte reading macros in places not using a byte mask
by Joe Subbiani
· 4 years ago
9231d5f
GET macros use a target variable
by Joe Subbiani
· 4 years, 1 month ago
2bbafda
Prefixed macros with MBEDTLS
by Joe Subbiani
· 4 years, 1 month ago
927488e
Move BYTES_TO_U32_LE to common.h
by Joe Subbiani
· 4 years, 1 month ago
1e14827
Update copyright notices to use Linux Foundation guidance
by Bence Szépkúti
· 5 years ago
e0b2687
Undef ASSERT before defining it to ensure that no previous definition
by Ouss4
· 5 years ago
db09ef6
Include common.h instead of config.h in library source files
by Gilles Peskine
· 5 years ago
24eed8d
Initialise return values to an error
by Janos Follath
· 6 years ago
1eeca41
Improve macro hygiene
by Hanno Becker
· 7 years ago
236ea16
Fix wrong conditional in free() functions
by Hanno Becker
· 7 years ago
305e4e4
Implement parameter validation for ChaCha/Poly modules
by Hanno Becker
· 7 years ago
21a65e0
Fix usage of inline with for some compilers
by Manuel Pégourié-Gonnard
· 7 years ago
2adb375
Add option to avoid 64-bit multiplication
by Manuel Pégourié-Gonnard
· 7 years ago
1729789
Misc style adjustments
by Manuel Pégourié-Gonnard
· 7 years ago
9620f9b
Rm mbedtls_ prefix form static functions
by Manuel Pégourié-Gonnard
· 7 years ago
fb78c90
Use recently-introduced platform_util module
by Manuel Pégourié-Gonnard
· 7 years ago
c0dfcd4
Simplify selftest functions using macros
by Manuel Pégourié-Gonnard
· 7 years ago
a8fa8b8
poly1305: add test for parameter validation
by Manuel Pégourié-Gonnard
· 7 years ago
1465602
poly1305: fix bug in starts() and add test for it
by Manuel Pégourié-Gonnard
· 7 years ago
b1ac5e7
poly1305: adjust parameter order
by Manuel Pégourié-Gonnard
· 7 years ago
4edd51b
Rename poly1305_setkey() to poly1305_starts()
by Manuel Pégourié-Gonnard
· 7 years ago
b7e9900
Avoid using %zu in selftest functions
by Manuel Pégourié-Gonnard
· 7 years ago
95d0bdb
Adapt the _ALT style to our new standard
by Manuel Pégourié-Gonnard
· 7 years ago
e6e7968
Minor style and formatting fixes.
by Daniel King
· 9 years ago
b6897f6
Correct signedness of printf specifier in self tests
by Daniel King
· 9 years ago
dedf4a3
Adjust verbose self-test output to match other ciphers.
by Daniel King
· 9 years ago
a310c5e
Allow some parameters to be NULL if the length is 0.
by Daniel King
· 9 years ago
adc32c0
Add Poly1305 authenticator algorithm (RFC 7539)
by Daniel King
· 9 years ago