unleashed-firmware/applications/debug
MX 09d5b3b1ed
Expose additional functions of the crypto engine to user (#2923)
* Allow loading user supplied keys and add CTR mode
* Add GCM mode to furi_hal_crypto
* Split up CTR and GCM code, add flag for adv crypto
* Add convenience functions for GCM crypto
* Run fbt format
* Update GCM to support additional auth data
* Update APIs
* FuriHal: update crypto documentation, method names and usage
* Clean up code for key (un)loading, GCM and CTR
  - get rid of goto
  - do not use furi_hal_bt_is_alive() when not using secure enclave
  - give defines a type and wrap in ()
* Add unit test for CTR and GCM crypto
* FuriHal: const in crypto unit tests, cortex timer for crypto operations timeouts
* FuriHal: update crypto docs

Co-authored-by: twisted_pear <twstd@posteo.net>
Co-authored-by: hedger <hedger@users.noreply.github.com>
Co-authored-by: あく <alleteam@gmail.com>
2023-08-11 17:55:40 +03:00
..
accessor [FL-3232] FuriHal: fix gpio naming and add explicit pulls for vibro, speaker and ir_tx (#2565) 2023-04-06 19:06:19 +10:00
battery_test_app debug apps: made runnable as .faps; sdk: resolved additional APIs in use by faps (#2333) 2023-01-27 16:41:55 +07:00
blink_test [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00
bt_debug_app [FL-2733] multitarget support for fbt (#2209) 2023-02-08 01:33:05 +09:00
crash_test Furi,FuriHal: various improvements (#2819) 2023-06-30 13:52:43 +04:00
direct_draw Gui: Direct Draw API (#2215) 2022-12-29 21:35:26 +10:00
display_test debug apps: made runnable as .faps; sdk: resolved additional APIs in use by faps (#2333) 2023-01-27 16:41:55 +07:00
example_custom_font Mark debug app as debug not external (#2387) 2023-02-13 13:10:36 +09:00
file_browser_test [FL-2733] multitarget support for fbt (#2209) 2023-02-08 01:33:05 +09:00
keypad_test [Fl-3147] Remove ValueMutex (#2467) 2023-03-07 22:09:45 +09:00
lfrfid_debug LF-RFID debug: make it work (#2793) 2023-06-28 16:30:59 +09:00
locale_test [FL-3024] Locale settings (#2137) 2022-12-19 18:38:20 +09:00
rpc_debug_app debug apps: made runnable as .faps; sdk: resolved additional APIs in use by faps (#2333) 2023-01-27 16:41:55 +07:00
speaker_debug [FL-3211][FL-3212] Debug apps: speaker, uart_echo with baudrate (#2812) 2023-06-29 20:23:04 +09:00
subghz_test Merge remote-tracking branch 'UFW/dev' into cc1101_ext 2023-07-07 15:45:59 +03:00
text_box_test [Fl-3147] Remove ValueMutex (#2467) 2023-03-07 22:09:45 +09:00
uart_echo Merge branch 'ofw-dev' into dev 2023-06-30 12:05:00 +03:00
unit_tests Expose additional functions of the crypto engine to user (#2923) 2023-08-11 17:55:40 +03:00
usb_mouse Fix APP_IDs to match new regex 2023-06-02 13:42:44 +03:00
usb_test [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00
vibro_test [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00
application.fam [FL-3211][FL-3212] Debug apps: speaker, uart_echo with baudrate (#2812) 2023-06-29 20:23:04 +09:00