micropython/extmod
Damien George ea22406f76 extmod/modussl_mbedtls: Use mbedtls_entropy_func for CTR-DRBG entropy.
If mbedtls_ctr_drbg_seed() is available in the mbedtls bulid then so should
be mbedtls_entropy_func().  Then it's up to the port to configure a valid
entropy source, eg via MBEDTLS_ENTROPY_HARDWARE_ALT.
2018-05-31 21:52:29 +10:00
..
crypto-algorithms
lwip-include
re1.5 extmod/re1.5: Fix compilecode.c compile problem on IAR tool chain. 2018-04-10 13:54:22 +10:00
uzlib extmod/uzlib: Fix C-language sequencing error with uzlib_get_byte calls. 2018-05-02 23:16:22 +10:00
machine_i2c.c
machine_i2c.h
machine_mem.c
machine_mem.h
machine_pinbase.c
machine_pinbase.h
machine_pulse.c
machine_pulse.h
machine_signal.c
machine_signal.h
machine_spi.c
machine_spi.h
misc.h
modbtree.c
modframebuf.c
modlwip.c extmod/modlwip: Allow to compile with MICROPY_PY_LWIP disabled. 2018-05-21 16:46:30 +10:00
modonewire.c
modubinascii.c
modubinascii.h
moductypes.c
moduhashlib.c
moduheapq.c
modujson.c
modurandom.c
modure.c
moduselect.c
modussl_axtls.c
modussl_mbedtls.c extmod/modussl_mbedtls: Use mbedtls_entropy_func for CTR-DRBG entropy. 2018-05-31 21:52:29 +10:00
modutimeq.c
moduzlib.c
modwebrepl.c
modwebsocket.c
modwebsocket.h
uos_dupterm.c
utime_mphal.c
utime_mphal.h
vfs.c extmod/vfs: Delegate import_stat to vfs.stat to allow generic FS import. 2018-05-02 17:08:48 +10:00
vfs.h
vfs_fat.c
vfs_fat.h
vfs_fat_diskio.c
vfs_fat_file.c
vfs_reader.c
virtpin.c
virtpin.h