Home
last modified time | relevance | path

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

/base/security/crypto_framework/frameworks/js/napi/crypto/src/
Dnapi_key_agreement.cpp29 struct KeyAgreementCtx { struct
30 napi_env env = nullptr;
32 AsyncType asyncType = ASYNC_CALLBACK;
33 napi_ref callback = nullptr;
34 napi_deferred deferred = nullptr;
35 napi_value promise = nullptr;
36 napi_async_work asyncWork = nullptr;
37 napi_ref keyAgreementRef = nullptr;
38 napi_ref priKeyRef = nullptr;
39 napi_ref pubKeyRef = nullptr;
[all …]