Home
last modified time | relevance | path

Searched refs:compute_block_mode_bitmap (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/system/security/keystore2/src/
H A Dmetrics_store.rs283 compute_block_mode_bitmap( in process_key_creation_event_stats()
412 compute_block_mode_bitmap( in process_key_operation_event_stats()
493 fn compute_block_mode_bitmap(block_mode_bitmap: &mut i32, block_mode: BlockMode) { in compute_block_mode_bitmap() function
993 compute_block_mode_bitmap(&mut modes, BlockMode::ECB); in test_enum_bitmask_show()
994 compute_block_mode_bitmap(&mut modes, BlockMode::CTR); in test_enum_bitmask_show()