Home
last modified time | relevance | path

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

/base/security/huks/interfaces/kits/napi/include/v9/
Dhuks_napi_export_key_item.h24 struct ExportKeyAsyncContextT { struct
34 using ExportKeyAsyncContext = ExportKeyAsyncContextT *; argument
/base/security/huks/interfaces/kits/napi/src/v8/
Dhuks_napi_export_key.cpp33 struct ExportKeyAsyncContextT { 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;