Home
last modified time | relevance | path

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