Home
last modified time | relevance | path

Searched refs:GenerateRandomSync (Results 1 - 2 of 2) sorted by relevance

/base/security/crypto_framework/frameworks/js/jsi/inc/
H A Djsi_api.h43 static JSIValue GenerateRandomSync(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum);
/base/security/crypto_framework/frameworks/js/jsi/src/
H A Djsi_rand.cpp47 JSIValue generateRandomSync = JSI::CreateFunction(GenerateRandomSync); in CreateRandom()
94 JSIValue CryptoFrameworkLiteModule::GenerateRandomSync(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in GenerateRandomSync() function in OHOS::ACELite::CryptoFrameworkLiteModule
97 LOGE("GenerateRandomSync params is err"); in GenerateRandomSync()
109 LOGE("GenerateRandomSync numBytes too small!"); in GenerateRandomSync()
115 LOGE("GenerateRandomSync randObj not is success!"); in GenerateRandomSync()

Completed in 1 milliseconds