Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Dauth.h33 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/smartperf_host/ide/server/
Dmain.go105 pk, _ := rsa.GenerateKey(rand.Reader, 1024)
/developtools/hdc/src/host/
Dclient.cpp128 HdcAuth::GenerateKey(keyPath.c_str()); in DoCtrlServiceWork()