Andras Fekete
|
814ad9fc38
Better fixes
|
2 years ago |
Andras Fekete
|
b823da9bb9
Fix build issues with the latest ESP-IDF
|
2 years ago |
gojimmypi
|
d8c9a5aa17
return benchmark to auto-scale units by default
|
2 years ago |
gojimmypi
|
8831fbd22e
fix csv math, units/sec, PQ cycle header
|
2 years ago |
JacobBarthelmeh
|
8924487f27
fix warning for builds using cmac and not devID
|
2 years ago |
JacobBarthelmeh
|
9f77210b0b
update benchmark for devID builds
|
2 years ago |
Sean Parkinson
|
819d40a76f
Benchmark AES-OFB: initialize and free AES object
|
2 years ago |
gojimmypi
|
5e434e62fb
Support for WOLFSSL_BENCHMARK_FIXED_CSV, minor changes per #5871 feedback
|
2 years ago |
gojimmypi
|
6c3e301006
Benchmark Consolidated Enhancements and Code Cleanup
|
2 years ago |
Anthony Hu
|
3aa74e3c8c
stdout is undeclared
|
2 years ago |
David Garske
|
9d9549fbd3
Merge pull request #5836 from anhu/kyber_cleanup
|
2 years ago |
Anthony Hu
|
a2fb4c0788
Remove kyber-90s and route all kyber through wolfcrypt.
|
2 years ago |
Daniel Pouzzner
|
a9b28c1562
wolfcrypt/benchmark/benchmark.c: make iteration increment in bench_aesecb_internal() even lumpier (by a factor of 10) to further reduce false positives from iteration overhead.
|
2 years ago |
David Garske
|
3046899966
Merge pull request #5821 from anhu/ntru_saber_purge
|
2 years ago |
Sean Parkinson
|
7005d416ce
SP int: Comment and rework some code
|
2 years ago |
Anthony Hu
|
0bfa5c9836
Purge NTRU and SABER. Not going to be standardized.
|
2 years ago |
Daniel Pouzzner
|
ca1ca24bc9
wolfcrypt/benchmark/benchmark.c: fix formatting (column alignment) in asym tests; fix typo in asym_pq section.
|
2 years ago |
Daniel Pouzzner
|
b140abd1fd
wolfcrypt/benchmark/benchmark.c: add check_for_excessive_stime() and remove double declaration of base_rusage and cur_rusage.
|
2 years ago |
Daniel Pouzzner
|
4ab41caf40
make static flags sym_header_printed, asym_header_printed, and pqasym_header_printed, local to the routines that use them (fixes an -Wunused-variable in -UBENCH_ASYM builds).
|
2 years ago |
Daniel Pouzzner
|
89182b829f
wolfcrypt/benchmark/benchmark.c: add GENERATE_MACHINE_PARSEABLE_REPORT and LINUX_RUSAGE_UTIME codepaths;
|
2 years ago |
Sean Parkinson
|
fd7544ca19
Regresssion testing fixes
|
2 years ago |
Jacob Barthelmeh
|
65d7d43497
use a check for if defined rather than value of macro
|
2 years ago |
Jacob Barthelmeh
|
eb4c3e06eb
revert NO_MAIN_DRIVER behavior in benchmark app
|
2 years ago |
Anthony Tatowicz
|
1f82e90dbf
Add SECP384 and SECP521 to bench
|
2 years ago |
David Garske
|
0006d1f91c
Fix benchmark with small stack and `WOLFSSL_RSA_VERIFY_ONLY`.
|
2 years ago |
David Garske
|
f9506dc05a
Add small stack to DoClientHello Suites (360 bytes). Add small stack for DRBG health test. Refactor of the small stack into its own header, to allow easier use in other files. Minor build fixes.
|
2 years ago |
Daniel Pouzzner
|
ddad526e64
wolfcrypt/benchmark/benchmark.c: fix clang-tidy complaints around ungrouped string continuation and unparenthesized macro args.
|
2 years ago |
Steffen Jaeckel
|
f24cf38f01
Update benchmarks
|
2 years ago |
David Garske
|
221fd275fd
Fixes for building without SHAKE.
|
2 years ago |
David Garske
|
b42631c721
Fix for ESP32 wolfcrypt_test entry point.
|
2 years ago |