Searched defs:BLOCK_SIZE (Results 1 – 8 of 8) sorted by relevance
| /system/keymint/common/src/crypto/ | ||
| D | des.rs | 28 pub const BLOCK_SIZE: usize = 8; constant |
| D | aes.rs | 26 pub const BLOCK_SIZE: usize = 16; constant |
| /system/update_engine/payload_consumer/ | ||
| D | cow_writer_file_descriptor_unittest.cc | 33 constexpr size_t BLOCK_SIZE = 4096; variable |
| D | install_operation_executor_unittest.cc | 63 static constexpr size_t BLOCK_SIZE = 4096; member in chromeos_update_engine::InstallOperationExecutorTest |
| D | filesystem_verifier_action_unittest.cc | 56 static constexpr size_t BLOCK_SIZE = 4096; member in chromeos_update_engine::FilesystemVerifierActionTest |
| /system/extras/verity/ | ||
| D | build_verity_metadata.py | 28 BLOCK_SIZE = 4096 variable |
| /system/apex/apexer/ | ||
| D | apexer.py | 49 BLOCK_SIZE = 4096 variable |
| /system/apex/tools/ | ||
| D | deapexer.py | 37 BLOCK_SIZE = 4096 variable |