Searched refs:NANOAPP_SIGNED_FLAG (Results 1 – 4 of 4) sorted by relevance
251 if (!(image->aosp.flags & NANOAPP_SIGNED_FLAG)) { in handleVerify()329 if (!(image->aosp.flags & NANOAPP_SIGNED_FLAG)) { in handleSign()337 image->aosp.flags |= NANOAPP_SIGNED_FLAG; in handleSign()
239 if ((flags & NANOAPP_SIGNED_FLAG) != 0) in appSecProcessIncomingHdr()251 if ((flags & NANOAPP_SIGNED_FLAG) != 0) { in appSecProcessIncomingHdr()
35 #define NANOAPP_SIGNED_FLAG 0x1 // contents is signed with one or more signature block(s) macro
110 if ((image->aosp.flags & NANOAPP_SIGNED_FLAG) != 0) { in handleEncrypt()