Searched defs:BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
62 #define BLOCK_SIZE (80) macro65 #define BLOCK_SIZE (96) macro68 #define BLOCK_SIZE (112) macro71 #define BLOCK_SIZE (128) macro74 #define BLOCK_SIZE (144) macro77 #define BLOCK_SIZE (256) macro80 #define BLOCK_SIZE (2048) macro84 #define BLOCK_SIZE (256 * 4) macro88 #define BLOCK_SIZE (256 * 4) macro91 #define BLOCK_SIZE (256 * 4) macro
52 const BLOCK_SIZE: usize = SECRET_SIZE * 32; constant