Searched defs:verbose (Results 1 – 4 of 4) sorted by relevance
/device/google/contexthub/util/nanoapp_sign/ |
D | nanoapp_sign.c | 124 static bool validateSignature(uint8_t *sigPack, struct RsaData *rsa, bool verbose, uint32_t *refHas… in validateSignature() 226 static int handleVerify(uint8_t **pbuf, uint32_t bufUsed, struct RsaData *rsa, bool verbose, bool b… in handleVerify() 316 …Sign(uint8_t **pbuf, uint32_t bufUsed, FILE *out, struct RsaData *rsa, bool verbose, bool bareData) in handleSign() 432 bool verbose = false; in main() local
|
/device/google/contexthub/util/nanoapp_postprocess/ |
D | postprocess_elf.c | 123 … NanoRelocEntry *nanoRelocs, uint32_t outNumRelocs, uint32_t *finalPackedNanoRelocSz, bool verbose) in packNanoRelocs() 291 …, FILE *out, uint32_t layoutFlags, uint64_t appId, uint32_t appVer, uint32_t chreApi, bool verbose) in handleApp() 714 static bool genElfNanoRelocs(struct ElfNanoApp *app, bool verbose) in genElfNanoRelocs() 792 …, FILE *out, uint32_t layoutFlags, uint64_t appId, uint32_t appVer, uint32_t chreApi, bool verbose) in handleAppStatic() 897 bool verbose = false; in main() local
|
D | postprocess.c | 130 bool verbose = app->debug; in packNanoRelocs() local 403 …, uint32_t bufUsed, FILE *out, uint32_t layoutFlags, uint64_t appId, uint32_t appVer, bool verbose) in handleApp() 636 bool verbose = false; in main() local
|
/device/google/cuttlefish/common/libs/utils/ |
D | subprocess.h | 95 void Verbose(bool verbose) { in Verbose()
|