Searched refs:gotKey (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() argument198 if (!memcmp(gotKey, ptr, RSA_BYTES)) { in pubKeyFindCbk()