Searched refs:compute_block_mode_bitmap (Results 1 – 2 of 2) sorted by relevance
36 compute_block_mode_bitmap(&mut modes, BlockMode::ECB); in test_enum_bitmask_show()37 compute_block_mode_bitmap(&mut modes, BlockMode::CTR); in test_enum_bitmask_show()
292 compute_block_mode_bitmap( in process_key_creation_event_stats()421 compute_block_mode_bitmap( in process_key_operation_event_stats()502 fn compute_block_mode_bitmap(block_mode_bitmap: &mut i32, block_mode: BlockMode) { in compute_block_mode_bitmap() function