Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/frameworks/crypto_lite/js/napi/
H A Dcipher_napi.cpp44 struct RsaAsyncContext { struct
45 CommonNapiValue *commonNapi = nullptr;
46 CallbackContext *callback = nullptr;
47 RsaKeyData *rsaKey = nullptr;
48 RsaData *textIn = nullptr;
49 RsaData *textOut = nullptr;
50 int32_t ret = 0;