Home
last modified time | relevance | path

Searched refs:BuildGenerateRandomCtx (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_rand.cpp150 static bool BuildGenerateRandomCtx(napi_env env, napi_callback_info info, RandCtx *context) in BuildGenerateRandomCtx() function
238 if (!BuildGenerateRandomCtx(env, info, context)) { in JsGenerateRandom()