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

/system/vold/
H A Dcryptfs.h54 __le32 failed_decrypt_count; /* count of # of failed attempts to decrypt and member in struct:crypt_mnt_ftr
H A Dcryptfs.c806 orig_failed_decrypt_count = crypt_ftr.failed_decrypt_count;
830 crypt_ftr.failed_decrypt_count++;
836 crypt_ftr.failed_decrypt_count = 0;
839 if (orig_failed_decrypt_count != crypt_ftr.failed_decrypt_count) {
843 if (crypt_ftr.failed_decrypt_count) {
845 rc = crypt_ftr.failed_decrypt_count;
998 ftr->failed_decrypt_count = 0;

Completed in 145 milliseconds