Home
last modified time | relevance | path

Searched refs:AES_KEY_WORDS (Results 1 – 4 of 4) sorted by relevance

/device/google/contexthub/lib/include/nanohub/
Daes.h30 #define AES_KEY_WORDS 8 macro
/device/google/contexthub/firmware/os/core/
DappSec.c78 uint8_t placeholderAesKey[AES_KEY_WORDS * sizeof(uint32_t)];
266 uint32_t k[AES_KEY_WORDS]; in appSecProcessIncomingHdr()
/device/google/contexthub/lib/nanohub/
Daes.c160 memcpy(ctx->K, k, sizeof(uint32_t[AES_KEY_WORDS])); in aesInitForEncr()
/device/google/contexthub/util/nanoapp_encr/
Dnanoapp_encr.c269 uint32_t key[AES_KEY_WORDS]; in main()