OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AppSecWriteCbk
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/firmware/os/inc/
appSec.h
28
typedef AppSecErr (*
AppSecWriteCbk
)(const void *data, uint32_t len);
48
struct AppSecState *appSecInit(
AppSecWriteCbk
writeCbk, AppSecPubKeyFindCbk pubKeyFindCbk, AppSecGetAesKeyCbk aesKeyAccessCbk, bool mandateSigning);
/device/google/contexthub/firmware/os/core/
appSec.c
69
AppSecWriteCbk
writeCbk;
141
struct AppSecState *appSecInit(
AppSecWriteCbk
writeCbk, AppSecPubKeyFindCbk pubKeyFindCbk, AppSecGetAesKeyCbk aesKeyAccessCbk, bool mandateSigning)
Completed in 44 milliseconds