Searched refs:HuksHdiInit (Results 1 - 3 of 3) sorted by relevance
/drivers/peripheral/huks/test/fuzztest/initfuzz/ |
H A D | huks_hdi_fuzzer.cpp | 75 (void)g_instance->HuksHdiInit(&key, paramSet, &handle, &out);
in DoSomethingInterestingWithMyAPI()
|
/drivers/peripheral/huks/hdi_service/ |
H A D | huks_sa_hdi_struct.h | 92 int32_t (*HuksHdiInit)(const struct HksBlob *key, const struct HksParamSet *paramSet, struct HksBlob *handle,
member
|
H A D | huks_hdi_passthrough_adapter.c | 110 HUKS_HDI_IF_NULL_LOGE_RETURN(g_coreEngine->HuksHdiInit, HUKS_ERROR_NULL_POINTER,
in HuksHdiAdapterInit() 113 return g_coreEngine->HuksHdiInit(key, paramSet, handle, token);
in HuksHdiAdapterInit()
|
Completed in 2 milliseconds