unleashed-firmware/lib/subghz
twisted-pear c976ff11bf
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-10 17:44:46 +09:00
..
blocks [FL-3106] SubGhz: better and more verbose error handling in protocols, stricter CAME validation (#2443) 2023-03-04 00:09:13 +09:00
devices [FL-3375] SubGhz: add CC1101 module external (#2747) 2023-06-30 23:03:36 +09:00
protocols SubGHz - Keeloq: Read Centurion Nova remotes (#2892) 2023-08-01 18:32:24 +09:00
environment.c [FL-3331] SubGhz: add subghz_protocol_registry external API (#2712) 2023-06-06 23:13:41 +04:00
environment.h [FL-3331] SubGhz: add subghz_protocol_registry external API (#2712) 2023-06-06 23:13:41 +04:00
receiver.c SubGhz: add protocol BinRAW (binarization of data quantized by the minimum correlated duration) (#2322) 2023-02-09 13:48:06 +09:00
receiver.h [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00
registry.c [FL-2904, FL-2900, FL-2890] WS: add app WeatherStation (#1833) 2022-10-20 02:27:26 +09:00
registry.h [FL-3331] SubGhz: add subghz_protocol_registry external API (#2712) 2023-06-06 23:13:41 +04:00
SConscript [FL-3431] Radio headers in SDK (#2881) 2023-07-17 11:51:15 +04:00
subghz_file_encoder_worker.c Fixes #2957 - subghz decode_raw (#2958) 2023-08-08 17:03:39 +09:00
subghz_file_encoder_worker.h [FL-3375] SubGhz: add CC1101 module external (#2747) 2023-06-30 23:03:36 +09:00
subghz_keystore.c Expose additional functions of the crypto engine to user (#2923) 2023-08-10 17:44:46 +09:00
subghz_keystore.h M*LIB: non-inlined strings, FuriString primitive (#1795) 2022-10-06 00:15:23 +09:00
subghz_protocol_registry.h [FL-3401, FL-3402] SubGhz: add "SubGhz test" external application and the ability to work "SubGhz" as an external application (#2851) 2023-07-07 00:15:03 +09:00
subghz_setting.c [FL-3375] SubGhz: add CC1101 module external (#2747) 2023-06-30 23:03:36 +09:00
subghz_setting.h [FL-2904, FL-2900, FL-2890] WS: add app WeatherStation (#1833) 2022-10-20 02:27:26 +09:00
subghz_tx_rx_worker.c [FL-3375] SubGhz: add CC1101 module external (#2747) 2023-06-30 23:03:36 +09:00
subghz_tx_rx_worker.h [FL-3375] SubGhz: add CC1101 module external (#2747) 2023-06-30 23:03:36 +09:00
subghz_worker.c [FL-3093, FL-3087] SubGhz: Fix Raw write, add short duration filter setting (#2300) 2023-02-08 22:20:42 +09:00
subghz_worker.h [FL-3093, FL-3087] SubGhz: Fix Raw write, add short duration filter setting (#2300) 2023-02-08 22:20:42 +09:00
transmitter.c [FL-3106] SubGhz: better and more verbose error handling in protocols, stricter CAME validation (#2443) 2023-03-04 00:09:13 +09:00
transmitter.h [FL-3106] SubGhz: better and more verbose error handling in protocols, stricter CAME validation (#2443) 2023-03-04 00:09:13 +09:00
types.h [FL-3375] SubGhz: add CC1101 module external (#2747) 2023-06-30 23:03:36 +09:00