Home
last modified time | relevance | path

Searched refs:SetSeed (Results 1 - 6 of 6) sorted by relevance

/base/security/crypto_framework/frameworks/cj/include/
H A Drandom_impl.h33 void SetSeed(HcfBlob *seed, int32_t* errCode);
/base/security/crypto_framework/frameworks/crypto_operation/
H A Drand.c102 static HcfResult SetSeed(HcfRand *self, HcfBlob *seed) in SetSeed() function
163 returnRandApi->base.setSeed = SetSeed; in HcfRandCreate()
/base/security/crypto_framework/frameworks/cj/src/
H A Drandom_impl.cpp57 void RandomImpl::SetSeed(HcfBlob *seed, int32_t* errCode) in SetSeed() function in OHOS::CryptoFramework::RandomImpl
H A Dcrypto_ffi.cpp77 LOGD("[Random] SetSeed start"); in FfiOHOSSetSeed()
84 instance->SetSeed(seed, errCode); in FfiOHOSSetSeed()
85 LOGD("[Randome] SetSeed success"); in FfiOHOSSetSeed()
/base/security/crypto_framework/frameworks/js/jsi/inc/
H A Djsi_api.h44 static JSIValue SetSeed(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum);
/base/security/crypto_framework/frameworks/js/jsi/src/
H A Djsi_rand.cpp48 JSIValue setSeed = JSI::CreateFunction(SetSeed); in CreateRandom()
125 JSIValue CryptoFrameworkLiteModule::SetSeed(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in SetSeed() function in OHOS::ACELite::CryptoFrameworkLiteModule
129 LOGE("SetSeed randObj is null!!"); in SetSeed()
133 LOGE("SetSeed params is null"); in SetSeed()
140 LOGE("SetSeed seedBlob is null!"); in SetSeed()

Completed in 5 milliseconds