Home
last modified time | relevance | path

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

/trusty/user/base/lib/hwbcc/rust/src/
Dtest.rs108 let mut bcc_buf = [0u8; HWBCC_MAX_RESP_PAYLOAD_LENGTH]; in test_get_bcc_test_mode() localVariable
110 let bcc = get_bcc(HwBccMode::Test, &mut bcc_buf).expect("could not get bcc"); in test_get_bcc_test_mode()
130 bcc_buf.fill(0); in test_get_bcc_test_mode()
132 let bcc = get_bcc(HwBccMode::Test, &mut bcc_buf).expect("could not get bcc"); in test_get_bcc_test_mode()
169 let mut bcc_buf = [0u8; HWBCC_MAX_RESP_PAYLOAD_LENGTH]; in test_get_bcc() localVariable
171 let bcc = get_bcc(HwBccMode::Release, &mut bcc_buf).expect("could not get bcc"); in test_get_bcc()
/trusty/user/app/keymint/
Drpc.rs54 let mut bcc_buf = [0u8; HWBCC_MAX_RESP_PAYLOAD_LENGTH]; in get_dice_info() localVariable
56 let bcc = get_bcc(HwBccMode::Release, &mut bcc_buf) in get_dice_info()