Home
last modified time | relevance | path

Searched refs:foundP (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/firmware/os/inc/
DappSec.h29 typedef AppSecErr (*AppSecPubKeyFindCbk)(const uint32_t *gotKey, bool *foundP); // fill in *foundP …
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c181 static AppSecErr pubKeyFindCbk(const uint32_t *gotKey, bool *foundP) in pubKeyFindCbk() argument
186 *foundP = false; in pubKeyFindCbk()
190 *foundP = true; in pubKeyFindCbk()