mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-26 15:45:51 +00:00
Fix the debug key-set comparison for debug keys comparing the generated key in big-endian format against the debug private key in little-endian format. Fix this by converting the private key to big-endian format for convenience. Use the _be suffix for all variables to make the mixing of the endian formats easier to read. Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no> |
||
---|---|---|
.. | ||
audio | ||
a2dp_internal.h | ||
a2dp.c | ||
aes_ccm.c | ||
at.c | ||
at.h | ||
att_internal.h | ||
att.c | ||
avdtp_internal.h | ||
avdtp.c | ||
CMakeLists.txt | ||
conn_internal.h | ||
conn.c | ||
crypto.c | ||
crypto.h | ||
ecc.h | ||
gatt_internal.h | ||
gatt.c | ||
hci_common.c | ||
hci_core.c | ||
hci_core.h | ||
hci_ecc.c | ||
hci_ecc.h | ||
hci_raw_internal.h | ||
hci_raw.c | ||
hfp_hf.c | ||
hfp_internal.h | ||
Kconfig | ||
Kconfig.gatt | ||
Kconfig.l2cap | ||
keys_br.c | ||
keys.c | ||
keys.h | ||
l2cap_br.c | ||
l2cap_internal.h | ||
l2cap.c | ||
monitor.c | ||
monitor.h | ||
rfcomm_internal.h | ||
rfcomm.c | ||
sdp_internal.h | ||
sdp.c | ||
settings.c | ||
settings.h | ||
smp_null.c | ||
smp.c | ||
smp.h | ||
ssp.c | ||
ssp.h | ||
testing.c | ||
testing.h | ||
uuid.c |