1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/esp32/vendor/esp-idf/wpa_supplicant/include/crypto
Gunar Schorcht ee349edf3b cpu/esp32: add SDK crypto headers and rename
To resolve the conflicts between `wpa-supplicant` crypto functions (part of the ESP32 SDK) and RIOT's `crypto` and `hashes` modules, the crypto function headers from ESP32 SDK are added to vendor code and the crypto functions are renamed using the prefix `wpa_`.
2019-11-21 18:32:28 +01:00
..
aes_i.h cpu/esp32: add SDK crypto headers and rename 2019-11-21 18:32:28 +01:00
aes_wrap.h cpu/esp32: add SDK crypto headers and rename 2019-11-21 18:32:28 +01:00
aes.h cpu/esp32: add SDK crypto headers and rename 2019-11-21 18:32:28 +01:00
base64.h cpu/esp32: add SDK crypto headers and rename 2019-11-21 18:32:28 +01:00
common.h cpu/esp32: add SDK crypto headers and rename 2019-11-21 18:32:28 +01:00
crypto.h cpu/esp32: add SDK crypto headers and rename 2019-11-21 18:32:28 +01:00
dh_group5.h cpu/esp32: add SDK crypto headers and rename 2019-11-21 18:32:28 +01:00
dh_groups.h cpu/esp32: add SDK crypto headers and rename 2019-11-21 18:32:28 +01:00
includes.h cpu/esp32: add SDK crypto headers and rename 2019-11-21 18:32:28 +01:00
md5_i.h cpu/esp32: add SDK crypto headers and rename 2019-11-21 18:32:28 +01:00
md5.h cpu/esp32: add SDK crypto headers and rename 2019-11-21 18:32:28 +01:00
ms_funcs.h cpu/esp32: add SDK crypto headers and rename 2019-11-21 18:32:28 +01:00
random.h cpu/esp32: add SDK crypto headers and rename 2019-11-21 18:32:28 +01:00
sha1_i.h cpu/esp32: add SDK crypto headers and rename 2019-11-21 18:32:28 +01:00
sha1.h cpu/esp32: add SDK crypto headers and rename 2019-11-21 18:32:28 +01:00
sha256.h cpu/esp32: add SDK crypto headers and rename 2019-11-21 18:32:28 +01:00