Searched defs:RandCtx (Results 1 – 1 of 1) sorted by relevance
29 struct RandCtx { struct30 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 randomRef = nullptr;39 int32_t numBytes = 0;40 HcfBlob *seedBlob = nullptr;[all …]