Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Dauth.h28 bool GenerateKey(const char *file);
Dauth.cpp40 bool GenerateKey(const char *file)
172 bool GenerateKey(const char *file) in GenerateKey() function
281 if (!GenerateKey(path.c_str())) { in LoadHostUserKey()
/developtools/profiler/host/smartperf/ide/server/
Dmain.go103 pk, _ := rsa.GenerateKey(rand.Reader, 1024)
/developtools/smartperf_host/ide/server/
Dmain.go103 pk, _ := rsa.GenerateKey(rand.Reader, 1024)
/developtools/hdc/src/host/
Dclient.cpp126 HdcAuth::GenerateKey(keyPath.c_str()); in DoCtrlServiceWork()