Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool_cpp/utils/src/
Dkey_store_helper.cpp128 void KeyStoreHelper::KeyPairFree(STACK_OF(PKCS7)* safes, EVP_PKEY* publickey) in KeyPairFree()
227 EVP_PKEY* publickey = nullptr; in FindKeyPair() local
278 …:GetPublicKey(PKCS7* safe, const std::string& alias, char* pass, int passlen, EVP_PKEY** publickey) in GetPublicKey()