Searched refs:foundP (Results 1 – 2 of 2) sorted by relevance
29 typedef AppSecErr (*AppSecPubKeyFindCbk)(const uint32_t *gotKey, bool *foundP); // fill in *foundP …
190 static AppSecErr pubKeyFindCbk(const uint32_t *gotKey, bool *foundP) in pubKeyFindCbk() argument195 *foundP = false; in pubKeyFindCbk()199 *foundP = true; in pubKeyFindCbk()