Home
last modified time | relevance | path

Searched defs:keyAlias (Results 1 – 6 of 6) sorted by relevance

/drivers/peripheral/huks/test/fuzztest/generatekeyfuzz/
Dhuks_hdi_fuzzer.cpp38 struct HksBlob keyAlias = { INIT_KEY_ALIAS_SIZE, myData }; in DoSomethingInterestingWithMyAPI() local
/drivers/peripheral/huks/test/fuzztest/importkeyfuzz/
Dhuks_hdi_fuzzer.cpp42 struct HksBlob keyAlias = { SIZE_ALIAS, myData }; in DoSomethingInterestingWithMyAPI() local
/drivers/peripheral/huks/test/unittest/
Dhdi_ihuks_api_function_test.cpp268 struct HuksBlob keyAlias = { variable
303 struct HuksBlob keyAlias = { variable
/drivers/peripheral/huks/hdi_service/
Dhuks_hdi_passthrough_adapter.c61 int32_t HuksHdiAdapterGenerateKey(const struct HksBlob *keyAlias, const struct HksParamSet *paramSe… in HuksHdiAdapterGenerateKey()
72 int32_t HuksHdiAdapterImportKey(const struct HksBlob *keyAlias, const struct HksBlob *key, in HuksHdiAdapterImportKey()
Dhuks_hdi_service.c43 static int32_t HuksGenerateKey(struct IHuks *self, const struct HuksBlob *keyAlias, const struct Hu… in HuksGenerateKey()
52 static int32_t HuksImportKey(struct IHuks *self, const struct HuksBlob *keyAlias, const struct Huks… in HuksImportKey()
Dhuks_hdi_template.h45 #define HDI_CONVERTER_FUNC_GENERATEKEY(keyAlias, paramSet, keyIn, keyOut, ret, func) \ argument
60 #define HDI_CONVERTER_FUNC_IMPORTKEY(keyAlias, key, paramSet, keyOut, ret, func) \ argument