Home
last modified time | relevance | path

Searched defs:wrappedKeyData (Results 1 – 4 of 4) sorted by relevance

/drivers/peripheral/huks/test/fuzztest/importwrappedkeyfuzz/
Dhuks_hdi_fuzzer.cpp40 struct HksBlob wrappedKeyData = { WRAPPED_KEY_DATA, myData }; in DoSomethingInterestingWithMyAPI() local
/drivers/peripheral/huks/hdi_service/
Dhuks_hdi_passthrough_adapter.c84const struct HksBlob *wrappedKeyData, const struct HksParamSet *paramSet, struct HksBlob *keyOut) in HuksHdiAdapterImportWrappedKey()
Dhuks_hdi_service.c62 …const struct HuksBlob *wrappingEncKey, const struct HuksBlob *wrappedKeyData, const struct HuksPar… in HuksImportWrappedKey()
Dhuks_hdi_template.h75 #define HDI_CONVERTER_FUNC_IMPORTWRAPPEDKEY(wrappedKeyAlias, key, wrappedKeyData, paramSet, keyOut,… argument