openaliro
Aliro reader: UWB/CCC core and ESP32-S3/C5/C6 port
Loading...
Searching...
No Matches
ccc_sts.h
Go to the documentation of this file.
1
3#ifndef CCC_STS_H
4#define CCC_STS_H
5
6#include <stdint.h>
7
8#include "ccc_kdf.h"
9
11int ccc_sts_apply(const uint8_t dursk[CCC_DURSK_LEN], const uint8_t sts_v[CCC_STS_V_LEN]);
12
13#endif /* CCC_STS_H */
UWB ranging key schedule + SP0 frame crypto (CONFIG_WOZ_ALIRO).
#define CCC_DURSK_LEN
dURSK length, bytes (per-cycle STS key material).
Definition ccc_kdf.h:28
#define CCC_STS_V_LEN
STS-V length, bytes (phyHrpUwbStsV, the DW3000 STS_IV).
Definition ccc_kdf.h:32
int ccc_sts_apply(const uint8_t dursk[CCC_DURSK_LEN], const uint8_t sts_v[CCC_STS_V_LEN])
Load one PPDU's STS key + IV into the DW3000 STS registers (chip must be idle).
Definition ccc_sts.c:17