Searched defs:SignVerifyAsyncContextT (Results 1 – 1 of 1) sorted by relevance
40 struct SignVerifyAsyncContextT { struct41 napi_async_work asyncWork = nullptr;42 napi_deferred deferred = nullptr;43 napi_ref callback = nullptr;45 int32_t errCode = 0;46 bool isSign = false;47 struct CmBlob *authUri = nullptr;48 struct CmBlob *handle = nullptr;49 struct CmBlob *inData = nullptr;50 struct CmBlob *signature = nullptr;[all …]