Searched refs:flash_crypt_config (Results 1 – 2 of 2) sorted by relevance
1165 def _flash_encryption_tweak_range(flash_crypt_config=0xF): argument1170 if (flash_crypt_config & 1) != 0:1172 if (flash_crypt_config & 2) != 0:1174 if (flash_crypt_config & 4) != 0:1176 if (flash_crypt_config & 8) != 0:1181 def _flash_encryption_tweak_range_bits(flash_crypt_config=0xF): argument1186 if (flash_crypt_config & 1) != 0:1190 if (flash_crypt_config & 2) != 0:1194 if (flash_crypt_config & 4) != 0:1198 if (flash_crypt_config & 8) != 0:
419 uint32_t flash_crypt_config:4; member