Home
last modified time | relevance | path

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

/trusty/user/base/lib/hwbcc/rust/src/
Dtest.rs110 let bcc = get_bcc(HwBccMode::Test, &mut bcc_buf).expect("could not get bcc"); 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()
171 let bcc = get_bcc(HwBccMode::Release, &mut bcc_buf).expect("could not get bcc"); in test_get_bcc()
Dlib.rs334 pub fn get_bcc<'a>(test_mode: HwBccMode, bcc: &'a mut [u8]) -> Result<&'a [u8], HwBccError> { in get_bcc() function
/trusty/user/app/keymint/
Drpc.rs19 use hwbcc::{get_bcc, sign_data, HwBccMode, SigningAlgorithm, HWBCC_MAX_RESP_PAYLOAD_LENGTH};
56 let bcc = get_bcc(HwBccMode::Release, &mut bcc_buf) in get_dice_info()
/trusty/user/base/lib/hwbcc/srv/include/lib/hwbcc/srv/
Dsrv.h63 int (*get_bcc)(hwbcc_session_t s, member
/trusty/user/app/sample/hwbcc/
Dmain.c42 ops.get_bcc = swbcc_get_bcc; in main()
/trusty/user/base/lib/hwbcc/srv/
Dsrv.c103 if (!ops->init || !ops->close || !ops->sign_key || !ops->get_bcc || in hwbcc_check_ops()
178 rc = hwbcc_ops->get_bcc(s, test_mode, resp.payload, sizeof(resp.payload), in handle_get_bcc()
/trusty/user/base/lib/hwbcc/client/
Dhwbcc.c189 static int get_bcc(handle_t chan, in get_bcc() function
246 rc = get_bcc(chan, test_mode, bcc, bcc_buf_size, bcc_size); in hwbcc_get_protected_data()