Michael (XIAO Xufeng)
|
2660cb82ae
|
spi_flash: support to verify written encrypted data
Also add unit test for encrypted_read
|
2019-10-30 05:49:50 +00:00 |
|
Michael (XIAO Xufeng)
|
d008c47dac
|
esp_flash: add support for encrypted read and write
Using legacy implementation.
|
2019-09-12 12:41:50 +08:00 |
|
Ivan Grokhotkov
|
12c9d9a564
|
spi_flash: remove duplicate definition of spi_flash_unlock
The other (static) definition is in flash_ops.c, all references are
also in flash_ops.c.
|
2019-08-23 12:37:55 +08:00 |
|
Anton Maklakov
|
afbaf74007
|
tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
|
2019-08-01 16:28:56 +07:00 |
|
Angus Gratton
|
f687725e97
|
unit tests: Use a unit test app partition table, configure spi_flash to use data partition
|
2017-02-22 10:26:04 +11:00 |
|
Angus Gratton
|
adc590ff69
|
spi_flash_write_encrypted: Allow 16-byte aligned block writes
As each 32 byte write has two identical 16 byte AES blocks, it's
possible to write them separately.
|
2017-01-20 19:48:46 +08:00 |
|