Searched refs:KeyInfo (Results 1 – 4 of 4) sorted by relevance
146 struct KeyInfo { struct159 #define AES_KEY_ID(_id) (((struct KeyInfo){ .key_type = CKK_AES, .obj_type = CKO_SECRET_KEY, .size … argument
334 struct KeyInfo *ki = (struct KeyInfo *)(&(app->hdr) + 1); in updateKey()
326 common.payInfoSize = sizeof(struct KeyInfo); in appSecProcessIncomingHdr()
488 struct KeyInfo ki = { .data = keyId }; in handleKey()