Home
last modified time | relevance | path

Searched defs:BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance

/trusty/user/app/storage/test/block_host_test/
Dblock_test.c62 #define BLOCK_SIZE (80) macro
65 #define BLOCK_SIZE (96) macro
68 #define BLOCK_SIZE (112) macro
71 #define BLOCK_SIZE (128) macro
74 #define BLOCK_SIZE (144) macro
77 #define BLOCK_SIZE (256) macro
80 #define BLOCK_SIZE (2048) macro
84 #define BLOCK_SIZE (256 * 4) macro
88 #define BLOCK_SIZE (256 * 4) macro
91 #define BLOCK_SIZE (256 * 4) macro
/trusty/user/app/keymint/
Dsecure_deletion_secret_manager.rs52 const BLOCK_SIZE: usize = SECRET_SIZE * 32; constant