OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pubKeyFindCbk
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/firmware/os/core/
appSec.c
70
AppSecPubKeyFindCbk
pubKeyFindCbk
;
141
struct AppSecState *appSecInit(AppSecWriteCbk writeCbk, AppSecPubKeyFindCbk
pubKeyFindCbk
, AppSecGetAesKeyCbk aesKeyAccessCbk, bool mandateSigning)
151
state->
pubKeyFindCbk
=
pubKeyFindCbk
;
413
state->
pubKeyFindCbk
(state->dataWords, &keyFound);
nanohubCommand.c
181
static AppSecErr
pubKeyFindCbk
(const uint32_t *gotKey, bool *foundP)
271
mDownloadState->appSecState = appSecInit(writeCbk,
pubKeyFindCbk
, osSecretKeyLookup, REQUIRE_SIGNED_IMAGE);
[
all
...]
Completed in 801 milliseconds