OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:appSecInit
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/os/inc/
appSec.h
48
struct AppSecState *
appSecInit
(AppSecWriteCbk writeCbk, AppSecPubKeyFindCbk pubKeyFindCbk, AppSecGetAesKeyCbk aesKeyAccessCbk, bool mandateSigning);
/device/google/contexthub/firmware/os/core/
appSec.c
141
struct AppSecState *
appSecInit
(AppSecWriteCbk writeCbk, AppSecPubKeyFindCbk pubKeyFindCbk, AppSecGetAesKeyCbk aesKeyAccessCbk, bool mandateSigning)
nanohubCommand.c
271
mDownloadState->appSecState =
appSecInit
(writeCbk, pubKeyFindCbk, osSecretKeyLookup, REQUIRE_SIGNED_IMAGE);
[
all
...]
Completed in 242 milliseconds