Lines Matching refs:status
42 int status = keyStoreHelper->ReadKeyStore(keyStoreFile, keyStorePwd, alias, keyPwd, &keyPair);
44 if (status == RET_OK) {
88 int status = GetKeyPair(autoCreate, &keyPair);
89 if (status == RET_FAILED) {
102 int status = RET_FAILED;
104 status = IssuerKeyStoreFile(keyPair, autoCreate);
106 status = KeyStoreFile(keyPair, autoCreate);
109 return status;
121 int status = keyStoreHelper->ReadKeyStore(keyStorePath, keyStorePwd, keyAlias, keyPwd, keyPair);
122 if (status == RET_OK) {
134 int status = keyStoreHelper->WriteKeyStore(*keyPair, keyStorePath, keyStorePwd, keyAlias, keyPwd);
135 if (status == RET_OK) {
158 int status = keyStoreHelper->ReadKeyStore(keyStore, keyStorePwd, keyAlias, keyPwd, keyPair);
159 if (status == RET_OK) {