Home
last modified time | relevance | path

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

/device/google/contexthub/lib/include/nanohub/
Dnanohub.h146 struct KeyInfo { struct
159 #define AES_KEY_ID(_id) (((struct KeyInfo){ .key_type = CKK_AES, .obj_type = CKO_SECRET_KEY, .size … argument
/device/google/contexthub/firmware/src/
DnanohubCommand.c334 struct KeyInfo *ki = (struct KeyInfo *)(&(app->hdr) + 1); in updateKey()
DappSec.c326 common.payInfoSize = sizeof(struct KeyInfo); in appSecProcessIncomingHdr()
/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess.c488 struct KeyInfo ki = { .data = keyId }; in handleKey()