TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
95f869c9fb97ff641de68b0ce4ff9b51a709f78f
/
tests
/
suites
/
test_suite_aes.function
90b10c3
Merge pull request #4847 from mstarzyk-mobica/ecb-alt-ret-2.16
by Gilles Peskine
· 3 years, 10 months ago
621333f
Catch failures of AES or DES operations
by Gilles Peskine
· 4 years, 1 month ago
2f28c6b
Free context at the end of aes_crypt_xts_size()
by JoeSubbiani
· 4 years, 2 months ago
4bdc13f
tests: Remove usage of mbedtls_test_hexify for comparison
by Ronald Cron
· 5 years ago
aea41df
tests: suites: Remove `hex` in name of variables of type data_t
by Ronald Cron
· 5 years ago
9fde353
tests: Reformating due to hexcmp() renaming
by Ronald Cron
· 5 years ago
d239794
tests: Add mbedtls_test_ prefix to hexcmp()
by Ronald Cron
· 5 years ago
14a5645
tests: Get rid of mbedtls_test_unhexify() in unit test code
by Ronald Cron
· 5 years ago
b2eb38d
tests: aes.ofb: Prepare to char* to data_t* type change
by Ronald Cron
· 5 years ago
a0c9ff3
tests: Add mbedtls_test_ prefix to *hexify functions
by Ronald Cron
· 5 years ago
488d930
Fix unused param warnings in test function
by Manuel Pégourié-Gonnard
· 7 years ago
e55e103
Fix off-by-one in iv_off check and add tests
by Manuel Pégourié-Gonnard
· 7 years ago
ab6b975
Improve constant naming in test functions
by Manuel Pégourié-Gonnard
· 7 years ago
2bc535b
Add parameter validation for AES-CTR
by Manuel Pégourié-Gonnard
· 7 years ago
8e41eb7
Add parameter validation for AES-OFB
by Manuel Pégourié-Gonnard
· 7 years ago
1677cca
Add parameter validation for AES-CFB functions
by Manuel Pégourié-Gonnard
· 7 years ago
191af13
Add param validation for mbedtls_aes_crypt_xts()
by Manuel Pégourié-Gonnard
· 7 years ago
3178d1a
Add param validation for mbedtls_aes_crypt_cbc()
by Manuel Pégourié-Gonnard
· 7 years ago
1aca260
Add parameter validation for mbedtls_aes_crypt_ecb()
by Manuel Pégourié-Gonnard
· 7 years ago
68e3dff
Add parameter validation XTS setkey functions
by Manuel Pégourié-Gonnard
· 7 years ago
af0c6cb
Fix missing guard on XTS function in tests
by Manuel Pégourié-Gonnard
· 7 years ago
a4251f4
Test aes_free( NULL ) unconditionally
by Manuel Pégourié-Gonnard
· 7 years ago
44c5d58
Document AES functions and fix free() functions
by Manuel Pégourié-Gonnard
· 7 years ago
a2b0e27
Skip param validation tests if custom macro used
by Manuel Pégourié-Gonnard
· 7 years ago
249b3d6
Remove use of the macro TEST_FN from the AES test suite
by Simon Butcher
· 7 years ago
a646345
Add additional parameter validation tests for the AES module
by Simon Butcher
· 7 years ago
5fcca46
Rename HexParam_t -> data_t for consistent coding style
by Azim Khan
· 7 years ago
d30ca13
Combine hex parameters in a struct
by Azim Khan
· 8 years ago
f1aaec9
Intermediate hexify out change
by Azim Khan
· 8 years ago
142383e
aes: xts: Add tests for invalid key sizes
by Jaeden Amero
· 7 years ago
425382d
tests: Extend AES-XTS suite
by Jaeden Amero
· 7 years ago
e5c4b07
tests: Make AES-XTS suite more stack friendly
by Jaeden Amero
· 7 years ago
cd9fc5e
aes: xts: Rename iv to data_unit
by Jaeden Amero
· 7 years ago
5162b93
aes: Use length instead of bits_length in XTS
by Jaeden Amero
· 7 years ago
9366feb
aes: xts: Add new context structure
by Jaeden Amero
· 7 years ago
e9ecf00
aes: Remove AES-XEX
by Jaeden Amero
· 7 years ago
5f77801
Implement AES-XTS mode
by Aorimn
· 9 years ago
fb67fae
Add AES-XEX tests cases
by Aorimn
· 10 years ago
b7836e1
Change AES OFB tests to memset sizeof buffer
by Simon Butcher
· 7 years ago
e416bf9
Reduce stack usage for AES OFB tests
by Simon Butcher
· 7 years ago
0013144
Fix style and formatting for OFB feature
by Simon Butcher
· 7 years ago
dbe7fbf
Remove unused variable in AES OFB test suite
by Simon Butcher
· 7 years ago
ad4e493
Fix AES-OFB support for errors, tests and self-test
by Simon Butcher
· 7 years ago
0301884
Add test cases for AES OFB block mode
by Simon Butcher
· 7 years ago
93012e8
Set selftest verbose flag to boost coverage
by Andres AG
· 9 years ago
2cf5a7c
The Great Renaming
by Manuel Pégourié-Gonnard
· 10 years ago
7f80997
Rename include directory to mbedtls
by Manuel Pégourié-Gonnard
· 10 years ago
ce2f237
change test function includes to use one convention
by Rich Evans
· 10 years ago
bd51b26
Add 'exit' label and variable initialization to relevant test suite functions
by Paul Bakker
· 11 years ago
8cfd9d8
Adapt programs / test suites to _init() and _free()
by Paul Bakker
· 11 years ago
556efba
Added AES CFB8 mode
by Paul Bakker
· 12 years ago
2014016
Fix a few selftest typos
by Manuel Pégourié-Gonnard
· 12 years ago
387a211
Fix some dependencies in tests
by Manuel Pégourié-Gonnard
· 12 years ago
92cb1d3
Make CBC an option, step 3: individual ciphers
by Manuel Pégourié-Gonnard
· 12 years ago
33b43f1
Converted .function file to c-like format and adapted generator code
by Paul Bakker
· 12 years ago
dbd443d
Adapted .function files and .data files to new test framework
by Paul Bakker
· 12 years ago
cd43a0b
- Adjusted to use proper size_t arguments
by Paul Bakker
· 14 years ago
5690efc
- Fixed a whole bunch of dependencies on defines between files, examples and tests
by Paul Bakker
· 14 years ago
f3ccc68
- Fixed cipher interface for encrypt/decrypt functions
by Paul Bakker
· 15 years ago
2b222c8
- Changed interface for AES and Camellia setkey functions to indicate invalid key lengths.
by Paul Bakker
· 16 years ago
69998dd
- Made code compliant with ISO99 (no-declaration-after-statement)
by Paul Bakker
· 16 years ago
3d36082
- Added test for self_test()
by Paul Bakker
· 16 years ago
367dae4
- Added CMake makefiles as alternative to regular Makefiles.
by Paul Bakker
· 16 years ago