-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[crypto] copy
otPlatCryptoPbkdf2GenerateKey()
implementation from `…
…crypto_platform.cpp`
- Loading branch information
Showing
9 changed files
with
226 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
id: ot-efr32 | ||
version: 0.0.1 | ||
description: "ot-efr32 extension for Gecko SDK Suite" | ||
label: "Silicon Labs Matter" | ||
label: "Silicon Labs OpenThread" | ||
sdk: | ||
id: gecko_sdk | ||
version: 4.2.1 | ||
version: 4.3.2 | ||
component_path: | ||
- path: slc/component |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
id: ot_platform_abstraction_source | ||
label: Platform Abstraction (Source) | ||
package: OpenThread | ||
category: OpenThread | ||
quality: production | ||
description: This component provides the source files for the platform abstraction layer between the OpenThread stack and Silicon Labs platform | ||
provides: | ||
- name: ot_platform_abstraction_source | ||
- name: ot_platform_abstraction_implementation | ||
requires: | ||
- name: security_manager | ||
ui_hints: | ||
visibility: never | ||
include: | ||
- path: openthread/examples/platforms/utils | ||
file_list: | ||
- path: code_utils.h | ||
- path: link_metrics.h | ||
- path: logging_rtt.h | ||
- path: mac_frame.h | ||
- path: settings.h | ||
- path: src/src | ||
file_list: | ||
- path: ieee802154mac.h | ||
- path: ieee802154-packet-utils.hpp | ||
- path: platform-band.h | ||
- path: rail_config.h | ||
- path: sl_packet_utils.h | ||
- path: sl_openthread.h | ||
- path: diag.h | ||
- path: soft_source_match_table.h | ||
- path: third_party/silabs/gecko_sdk/protocol/openthread/platform-abstraction/include | ||
file_list: | ||
- path: radio_counters.h | ||
- path: radio_extension.h | ||
source: | ||
- path: openthread/examples/platforms/utils/debug_uart.c | ||
- path: openthread/examples/platforms/utils/link_metrics.cpp | ||
- path: openthread/examples/platforms/utils/logging_rtt.c | ||
- path: openthread/examples/platforms/utils/mac_frame.cpp | ||
- path: openthread/examples/platforms/utils/settings_ram.c | ||
- path: src/src/soft_source_match_table.c | ||
- path: src/src/alarm.c | ||
- path: src/src/diag.c | ||
- path: src/src/entropy.c | ||
- path: src/src/flash.c | ||
- path: src/src/logging.c | ||
unless: ["matter_integration"] | ||
- path: src/src/memory.c | ||
unless: ["matter_integration"] | ||
- path: src/src/misc.c | ||
- path: src/src/crypto.cpp | ||
- path: src/src/ieee802154-packet-utils.cpp | ||
- path: src/src/radio.c | ||
- path: src/src/radio_extension.c | ||
- path: src/src/startup-gcc.c | ||
- path: src/src/system.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters