Searched refs:HuksHdiImportKey (Results 1 - 3 of 3) sorted by relevance
/drivers/peripheral/huks/test/fuzztest/importkeyfuzz/ |
H A D | huks_hdi_fuzzer.cpp | 58 (void)g_instance->HuksHdiImportKey(&keyAlias, &aesKey, paramSet, &out);
in DoSomethingInterestingWithMyAPI()
|
/drivers/peripheral/huks/hdi_service/ |
H A D | huks_sa_hdi_struct.h | 59 int32_t (*HuksHdiImportKey)(const struct HksBlob *keyAlias, const struct HksBlob *key,
member
|
H A D | huks_hdi_passthrough_adapter.c | 77 HUKS_HDI_IF_NULL_LOGE_RETURN(g_coreEngine->HuksHdiImportKey, HUKS_ERROR_NULL_POINTER,
in HuksHdiAdapterImportKey() 80 return g_coreEngine->HuksHdiImportKey(keyAlias, key, paramSet, keyOut);
in HuksHdiAdapterImportKey()
|
Completed in 2 milliseconds