Searched refs:verbose (Results 1 – 2 of 2) 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() argument 133 if (verbose) in validateSignature() 142 if (verbose) in validateSignature() 170 if (verbose) { in validateSignature() 226 static int handleVerify(uint8_t **pbuf, uint32_t bufUsed, struct RsaData *rsa, bool verbose, bool b… in handleVerify() argument 247 if (verbose) in handleVerify() 266 … if (!validateSignature(sigPack, rsa, verbose, (uint32_t*)sha2finish(&shaState), false)) { in handleVerify() 294 if (verbose) in handleVerify() 296 if (!validateSignature(sigPack, rsa, verbose, hash, false)) { in handleVerify() 316 …Sign(uint8_t **pbuf, uint32_t bufUsed, FILE *out, struct RsaData *rsa, bool verbose, bool bareData) in handleSign() argument [all …]
|
/device/google/contexthub/util/nanoapp_postprocess/ |
D | postprocess.c | 92 …pp(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint32_t layoutFlags, uint64_t appId, bool verbose) in handleApp() argument 146 if (verbose) in handleApp() 171 if (verbose) { in handleApp() 217 if (verbose) in handleApp() 257 if (verbose) in handleApp() 284 if (verbose) in handleApp() 293 if (verbose) in handleApp() 312 if (verbose) in handleApp() 325 if (verbose) in handleApp() 331 if (verbose) in handleApp() [all …]
|