Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
system_vold
Commits
7639a6ab
Commit
7639a6ab
authored
10 years ago
by
Paul Lawrence
Committed by
Android (Google) Code Review
10 years ago
1
Browse files
Options
Download
Plain Diff
Merge "Reset failed decryption count on successful decryptions" into lmp-dev
parents
6e8440fd
72b8b827
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
cryptfs.c
cryptfs.c
+3
-0
No files found.
cryptfs.c
View file @
7639a6ab
...
...
@@ -1797,6 +1797,9 @@ static int test_mount_encrypted_fs(struct crypt_mnt_ftr* crypt_ftr,
if
(
rc
==
0
)
{
crypt_ftr
->
failed_decrypt_count
=
0
;
if
(
orig_failed_decrypt_count
!=
0
)
{
put_crypt_ftr_and_key
(
crypt_ftr
);
}
/* Save the name of the crypto block device
* so we can mount it when restarting the framework. */
...
...
This diff is collapsed.
Click to expand it.
Mark Stevens
@mstevens
mentioned in commit
fbaa14b5
·
8 years ago
mentioned in commit
fbaa14b5
mentioned in commit fbaa14b587ec665735a00b1a25febc42e6563120
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment