Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Dbase.h67 string GetSecureRandomString(const uint16_t expectedLen);
Dbase.cpp1106 string GetSecureRandomString(const uint16_t expectedLen) in GetSecureRandomString() function
/developtools/hdc/src/daemon/
Ddaemon.cpp464 hSession->tokenRSA = Base::GetSecureRandomString(SHA_DIGEST_LENGTH); in InitMod()