Home
last modified time | relevance | path

Searched refs:KeyInfo (Results 1 – 5 of 5) sorted by relevance

/device/google/contexthub/lib/include/nanohub/
Dnanohub.h187 struct KeyInfo { struct
200 #define AES_KEY_ID(_id) (((struct KeyInfo){ .key_type = CKK_AES, .obj_type = CKO_SECRET_KEY, .size … argument
/device/google/contexthub/firmware/os/core/
DappSec.c337 common.payInfoSize = sizeof(struct KeyInfo); in appSecProcessIncomingHdr()
DnanohubCommand.c357 struct KeyInfo *ki = (struct KeyInfo *)(&(app->hdr) + 1); in updateKey()
/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess.c576 struct KeyInfo ki = { .data = keyId }; in handleKey()
Dpostprocess_elf.c837 struct KeyInfo ki = { .data = keyId }; in handleKey()