1
mirror of https://github.com/hashcat/hashcat synced 2025-02-14 15:24:28 +01:00

Allow unroll of Android FDE (Samsung DEK) on NV

This commit is contained in:
jsteube 2016-11-25 22:24:14 +01:00
parent ac02c60b3f
commit 899413f88b

View File

@ -123,9 +123,6 @@
#if KERN_TYPE == 12300
#undef _unroll
#endif
#if KERN_TYPE == 12900
#undef _unroll
#endif
#if KERN_TYPE == 13721
#undef _unroll
#endif
@ -210,6 +207,9 @@
#if KERN_TYPE == 12800
#undef _unroll
#endif
#if KERN_TYPE == 12900
#undef _unroll
#endif
#endif
#endif