Searched refs:extract_rsp (Results 1 – 3 of 3) sorted by relevance
/system/keymint/hal/src/ |
D | tests.rs | 148 assert_eq!(Ok((true, msg_content.as_slice())), extract_rsp(&resp)); in test_extract_rsp_true_marker() 157 assert_eq!(Ok((false, msg_content.as_slice())), extract_rsp(&resp)); in test_extract_rsp_false_marker() 164 let result = extract_rsp(&resp3); in test_extract_rsp_empty_input() 174 let result = extract_rsp(&resp4); in test_extract_rsp_single_byte_input()
|
D | lib.rs | 77 pub fn extract_rsp(rsp: &[u8]) -> binder::Result<(bool, &[u8])> { in extract_rsp() function
|
/system/core/trusty/keymint/src/ |
D | keymint_hal_main.rs | 18 extract_rsp, keymint, rpc, secureclock, send_hal_info, sharedsecret, SerializedChannel, 77 (expect_more_msgs, current_rsp_content) = extract_rsp(&recv_buf)?; in execute()
|