Home
last modified time | relevance | path

Searched defs:evp (Results 1 – 1 of 1) sorted by relevance

/developtools/hdc/src/common/
Dauth.cpp518 EVP_PKEY *evp = EVP_PKEY_new(); in GenerateNewKey() local
556 static bool WritePublicFile(const std::string& fileName, EVP_PKEY *evp) in WritePublicFile()
580 static bool WritePrivateFile(const std::string& fileName, EVP_PKEY *evp)
619 EVP_PKEY *evp = nullptr; local
656 EVP_PKEY *evp = nullptr; local
821 static bool LoadPrivateKey(const string& prikey_filename, RSA **rsa, EVP_PKEY **evp)
965 EVP_PKEY *evp = nullptr; local
1007 EVP_PKEY *evp = nullptr; local
1083 EVP_PKEY* evp = GenerateNewKey(); local