Searched defs:RsaAsyncContext (Results 1 – 1 of 1) sorted by relevance
44 struct RsaAsyncContext { struct45 CommonNapiValue *commonNapi = nullptr;46 CallbackContext *callback = nullptr;47 RsaKeyData *rsaKey = nullptr;48 RsaData *textIn = nullptr;49 RsaData *textOut = nullptr;50 int32_t ret = 0;