HomeSort by relevance Sort by last modified time
    Searched refs:failed_decrypt_count (Results 1 - 2 of 2) sorted by null

  /system/vold/
cryptfs.h 54 __le32 failed_decrypt_count; /* count of # of failed attempts to decrypt and member in struct:crypt_mnt_ftr
cryptfs.c 793 orig_failed_decrypt_count = crypt_ftr.failed_decrypt_count;
817 crypt_ftr.failed_decrypt_count++;
823 crypt_ftr.failed_decrypt_count = 0;
826 if (orig_failed_decrypt_count != crypt_ftr.failed_decrypt_count) {
830 if (crypt_ftr.failed_decrypt_count) {
832 rc = crypt_ftr.failed_decrypt_count;
991 ftr->failed_decrypt_count = 0;
    [all...]

Completed in 35 milliseconds