Home
last modified time | relevance | path

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

/ohos5.0/base/security/certificate_manager/interfaces/kits/napi/src/
H A Dcm_napi_sign_verify.cpp40 struct SignVerifyAsyncContextT { struct
41 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 …]