Home
last modified time | relevance | path

Searched refs:privateKeyStatus (Results 1 - 2 of 2) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/utils/src/
H A Dkey_store_helper.cpp29 privateKeyStatus = RET_FAILED; in KeyStoreHelper()
50 privateKeyStatus = RET_FAILED; in ResetKeyStatusvariable()
243 if ((publicKeyStatus == RET_OK) && (privateKeyStatus == RET_OK)) { in FindKeyPair()
257 } else if (OBJ_obj2nid(safe->type) == NID_pkcs7_data && privateKeyStatus != RET_OK) { in FindKeyPair()
258 privateKeyStatus = GetPrivateKey(safe, alias, keyPwd, keyPairPwdLen, keyPiar); in FindKeyPair()
266 if (((publicKeyStatus == RET_OK) && (privateKeyStatus == RET_OK)) in FindKeyPair()
/developtools/hapsigner/hapsigntool_cpp/utils/include/
H A Dkey_store_helper.h90 int privateKeyStatus; member in OHOS::SignatureTools::KeyStoreHelper

Completed in 2 milliseconds