Home
last modified time | relevance | path

Searched refs:evp (Results 1 - 5 of 5) sorted by relevance

/developtools/hdc/src/common/
H A Dauth.cpp16 #include <openssl/evp.h>
510 EVP_PKEY *evp = EVP_PKEY_new(); in GenerateNewKey() local
513 if (!evp || !e || !rsa) { in GenerateNewKey()
523 if (!EVP_PKEY_set1_RSA(evp, rsa)) { in GenerateNewKey()
524 WRITE_LOG(LOG_FATAL, "evp set rsa failed"); in GenerateNewKey()
536 return evp; in GenerateNewKey()
539 // if fail, need free rsa and evp in GenerateNewKey()
542 if (evp) in GenerateNewKey()
543 EVP_PKEY_free(evp); in GenerateNewKey()
552 EVP_PKEY *evp in GenerateKeyPair() local
600 EVP_PKEY *evp = nullptr; LoadPublicKey() local
714 LoadPrivateKey(const string& prikey_filename, RSA **rsa, EVP_PKEY **evp) LoadPrivateKey() argument
845 EVP_PKEY *evp = nullptr; RsaSignAndBase64() local
[all...]
H A Dbase.cpp24 #include <openssl/evp.h>
/developtools/hapsigner/hapsigntool_cpp/codesigning/utils/include/
H A Dfs_digest_utils.h19 #include <openssl/evp.h>
/developtools/hdc/src/test/
H A Dut_mod.cpp16 #include <openssl/evp.h>
/developtools/hdc/src/daemon/
H A Ddaemon.cpp22 #include <openssl/evp.h>

Completed in 11 milliseconds