modules/woz_uwb/src/ccc/ccc_crypto_psa.c
asxeem/openaliro
Module
ccc_crypto_psa.c
On-target AES-ECB block (PSA/CC312) backing the CCC key schedule.
Overview
On-target AES-ECB block (PSA/CC312) backing the CCC key schedule.
depends on ccc_kdf.h
API
Fint crypto_aes_ecb_encrypt(const uint8_t *key, size_t key_bits, const uint8_t in[16], uint8_t out[16])
modules/woz_uwb/src/ccc/ccc_crypto_psa.c:14
Encrypt one AES-ECB block using PSA Crypto, supporting 128-bit and 256-bit keys.