HomeSort by relevance Sort by last modified time
    Searched refs:AppSecSignHdr (Results 1 - 3 of 3) sorted by null

  /device/google/contexthub/util/nanoapp_sign/
nanoapp_sign.c 235 struct AppSecSignHdr *secHdr = (struct AppSecSignHdr *)&image[1];
327 struct AppSecSignHdr *secHdr = (struct AppSecSignHdr *)&image[1];
334 secHdr = (struct AppSecSignHdr *)&image[1];
  /device/google/contexthub/lib/include/nanohub/
nanohub.h 145 struct AppSecSignHdr {
168 // it is optionally followed by AppSecSignHdr and/or AppSecEncrHdr
  /device/google/contexthub/firmware/os/core/
appSec.c 32 #define APP_HDR_MAX_SIZE (sizeof(struct ImageHeader) + sizeof(struct AppSecSignHdr) + sizeof(struct AppSecEncrHdr))
224 struct AppSecSignHdr *signHdr = NULL;
252 signHdr = (struct AppSecSignHdr *)hdr; hdr += sizeof(*signHdr);

Completed in 2635 milliseconds