Searched refs:NEXT_MESSAGE_SIGNAL_FALSE (Results 1 – 4 of 4) sorted by relevance
/system/keymint/ta/src/ |
D | tests.rs | 9 ErrorCode, KeyFormat, KeyParam, KeyPurpose, NEXT_MESSAGE_SIGNAL_FALSE, 224 assert_eq!(marker, NEXT_MESSAGE_SIGNAL_FALSE); in test_split_rsp_smaller_input() 238 assert_eq!(marker, NEXT_MESSAGE_SIGNAL_FALSE); in test_split_rsp_allowed_size_input() 259 assert_eq!(marker2, NEXT_MESSAGE_SIGNAL_FALSE); in test_split_rsp_max_size_input() 293 assert_eq!(marker3, NEXT_MESSAGE_SIGNAL_FALSE); in test_split_rsp_larger_input_perfect_split() 328 assert_eq!(marker3, NEXT_MESSAGE_SIGNAL_FALSE); in test_split_rsp_larger_input_imperfect_split()
|
D | lib.rs | 21 KeyParam, SecurityLevel, VerifiedBootState, NEXT_MESSAGE_SIGNAL_FALSE, 174 last_rsp.push(NEXT_MESSAGE_SIGNAL_FALSE); in split_rsp()
|
/system/keymint/hal/src/ |
D | tests.rs | 6 use kmr_wire::keymint::{NEXT_MESSAGE_SIGNAL_FALSE, NEXT_MESSAGE_SIGNAL_TRUE}; 103 let mut resp = vec![NEXT_MESSAGE_SIGNAL_FALSE]; in test_extract_rsp_false_marker() 121 let resp4 = vec![NEXT_MESSAGE_SIGNAL_FALSE]; in test_extract_rsp_single_byte_input()
|
/system/keymint/wire/src/ |
D | keymint.rs | 42 pub const NEXT_MESSAGE_SIGNAL_FALSE: u8 = 0b00000000u8; constant
|