Searched refs:encryptedKey (Results 1 – 1 of 1) sorted by relevance
581 std::string encryptedKey; in storeKey() local589 if (!encryptWithKeystoreKey(keystore, dir, keyParams, key, &encryptedKey)) { in storeKey()594 if (!encryptWithoutKeystore(appId, key, &encryptedKey)) { in storeKey()599 if (!writeStringToFile(encryptedKey, dir + "/" + kFn_encrypted_key)) return false; in storeKey()