Home
last modified time | relevance | path

Searched refs:failed_decrypt_count (Results 1 – 3 of 3) sorted by relevance

/system/vold/
DExt4Crypt.cpp59 const char* failed_decrypt_count = "failed_decrypt_count"; variable
82 && props.Set<int>(tag::failed_decrypt_count, in put_crypt_ftr_and_key()
83 crypt_ftr.failed_decrypt_count) in put_crypt_ftr_and_key()
115 crypt_ftr.failed_decrypt_count = props.Get<int>(tag::failed_decrypt_count); in get_crypt_ftr_and_key()
311 ftr.failed_decrypt_count++; in e4crypt_check_passwd()
315 return ftr.failed_decrypt_count; in e4crypt_check_passwd()
318 if (ftr.failed_decrypt_count) { in e4crypt_check_passwd()
319 ftr.failed_decrypt_count = 0; in e4crypt_check_passwd()
Dcryptfs.h98 __le32 failed_decrypt_count; /* count of # of failed attempts to decrypt and member
Dcryptfs.c1837 orig_failed_decrypt_count = crypt_ftr->failed_decrypt_count;
1894 rc = ++crypt_ftr->failed_decrypt_count;
1905 crypt_ftr->failed_decrypt_count = 0;