Gunar Schorcht
2215f29883
cpu/esp32: add memset that cannot be optimized out
...
Adds a memset function `system_secure_memset` which cannot be optimized out by the compiler. It uses the libsodium approach of weak symbols. Function system_secure_memset calls the standard memset. Calling an empty function declared with weak attribute after the memset call, prevents the compiler to optimize it out. The overhead is only one function call.
2019-01-17 13:50:56 +01:00
..
2019-01-10 12:15:44 +01:00
2018-11-02 16:23:48 +01:00
2018-11-02 16:23:48 +01:00
2018-11-02 16:23:48 +01:00
2018-11-02 16:23:48 +01:00
2018-11-02 16:23:48 +01:00
2019-01-07 08:40:21 +01:00
2018-10-09 15:10:59 +02:00
2019-01-10 19:43:43 +01:00
2018-11-28 12:15:45 +01:00
2019-01-16 16:49:14 +01:00
2019-01-07 18:49:21 +01:00
2019-01-17 13:50:56 +01:00
2019-01-11 00:50:02 +01:00
2019-01-11 12:38:04 +01:00
2018-10-09 15:11:00 +02:00
2018-10-23 13:28:17 +02:00
2018-11-29 14:24:16 +01:00
2018-10-09 15:11:00 +02:00
2018-10-09 15:11:00 +02:00
2018-10-09 15:11:00 +02:00
2018-09-25 12:03:58 +02:00
2018-09-07 22:15:51 +02:00
2018-09-20 14:50:32 +02:00
2018-04-09 17:32:46 +02:00
2018-05-09 00:41:27 +02:00
2018-09-26 11:06:05 +02:00
2018-08-29 08:53:20 +02:00
2019-01-10 19:43:43 +01:00
2018-12-18 21:32:46 +01:00
2018-12-18 21:32:46 +01:00
2018-11-08 14:09:33 +01:00
2018-12-21 13:11:38 +01:00
2018-10-09 15:11:00 +02:00
2018-06-11 19:12:02 +02:00
2018-07-04 17:55:20 +02:00
2018-10-01 10:15:08 +02:00
2017-04-04 19:57:12 +02:00
2019-01-08 09:32:18 +01:00
2019-01-02 16:08:56 +01:00
2018-12-21 09:17:30 +01:00
2019-01-08 09:32:18 +01:00
2018-07-25 12:01:35 +02:00
2018-08-17 13:08:21 +02:00
2019-01-02 16:06:34 +01:00
2018-12-21 11:24:43 +01:00
2018-10-11 15:20:44 +02:00
2018-10-11 15:20:44 +02:00
2017-01-20 13:36:26 +01:00