Andrew Kozlik
|
0b79d0e596
|
config: Store cleartext PIN for DEBUG_LINK.
|
2019-02-15 15:13:07 +01:00 |
|
Andrew Kozlik
|
6b66c7540c
|
config: Remove unused functions config_hasMnemonic() and config_hasNode(). Since mnemonic and node are protected entries, these functions would always return false when storage is locked. We now instead use the INITIALIZED flag which is public.
|
2019-02-15 15:13:07 +01:00 |
|
andrew
|
7b0f5e031d
|
config: Change config_get*() functions to return status of the get operation.
|
2019-02-15 15:13:05 +01:00 |
|
andrew
|
679174ea7a
|
Fix separated backup. Fix forgotten config_getMnemonic() in DEBUG_LINK build.
|
2019-02-15 15:13:04 +01:00 |
|
andrew
|
4f32cb5083
|
firmware: integrate trezor-storage
|
2019-02-15 15:12:53 +01:00 |
|
Pavol Rusnak
|
79779f4da6
|
replace all usage of memset(_, 0, _) with memzero
|
2019-01-23 17:00:01 +01:00 |
|
Pavol Rusnak
|
7b4f027445
|
fsm: use const where applicable, document where it isn't and why
|
2018-09-14 14:40:29 +02:00 |
|
Pavol Rusnak
|
4661db1fd4
|
add missing license headers
|
2018-09-06 18:28:56 +02:00 |
|
Pavol Rusnak
|
fb3e468ea2
|
fsm: split fsm_msg functions into various topic include files
|
2018-05-03 16:48:47 +02:00 |
|