Searched refs:publickey (Results 1 - 2 of 2) sorted by relevance
/developtools/hapsigner/hapsigntool_cpp/utils/src/ |
H A D | key_store_helper.cpp | 128 void KeyStoreHelper::KeyPairFree(STACK_OF(PKCS7)* safes, EVP_PKEY* publickey) 133 EVP_PKEY_free(publickey); variable 134 publickey = nullptr; 231 EVP_PKEY* publickey = nullptr; in FindKeyPair() local 250 publicKeyStatus = GetPublicKey(safe, alias, keyStorePwd, keyStorePwdLen, &publickey); in FindKeyPair() 254 KeyPairFree(safes, publickey); in FindKeyPair() 260 KeyPairFree(safes, publickey); in FindKeyPair() 267 && (publickey != nullptr) && (*keyPiar != nullptr)) { in FindKeyPair() 268 if (EVP_PKEY_copy_parameters(*keyPiar, publickey) != 1) { in FindKeyPair() 269 KeyPairFree(safes, publickey); in FindKeyPair() 282 GetPublicKey(PKCS7* safe, const std::string& alias, char* pass, int passlen, EVP_PKEY** publickey) GetPublicKey() argument [all...] |
/developtools/hapsigner/hapsigntool_cpp/utils/include/ |
H A D | key_store_helper.h | 36 int GetPublicKey(PKCS7* safe, const std::string& alias, char* pass, int passlen, EVP_PKEY** publickey); 73 void KeyPairFree(STACK_OF(PKCS7)* safes, EVP_PKEY* publickey); member in OHOS::SignatureTools::KeyStoreHelper
|
Completed in 2 milliseconds