Home
last modified time | relevance | path

Searched defs:ImportKeyAsyncContextT (Results 1 – 2 of 2) sorted by relevance

/base/security/huks/interfaces/kits/napi/include/v9/
Dhuks_napi_import_key_item.h25 struct ImportKeyAsyncContextT { struct
36 using ImportKeyAsyncContext = ImportKeyAsyncContextT *; argument
/base/security/huks/interfaces/kits/napi/src/v8/
Dhuks_napi_import_key.cpp33 struct ImportKeyAsyncContextT { struct
34 napi_async_work asyncWork = nullptr;
35 napi_deferred deferred = nullptr;
36 napi_ref callback = nullptr;
38 int32_t result = 0;
39 struct HksBlob *keyAlias = nullptr;
40 struct HksParamSet *paramSet = nullptr;
41 struct HksBlob *key = nullptr;