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.c190 static AppSecErr pubKeyFindCbk(const uint32_t *gotKey, bool *foundP) in pubKeyFindCbk() argument
195 *foundP = false; in pubKeyFindCbk()
199 *foundP = true; in pubKeyFindCbk()