Home
last modified time | relevance | path

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

/trusty/user/base/lib/hwbcc/rust/src/
Dtest.rs50 let dice_artifacts_buf = &mut [0u8; HWBCC_MAX_RESP_PAYLOAD_LENGTH]; in test_get_dice_artifacts() localVariable
69 get_dice_artifacts(0, dice_artifacts_buf).expect("could not get protected data"); in test_get_dice_artifacts()
102 let dice_artifacts_buf = &mut [0u8; HWBCC_MAX_RESP_PAYLOAD_LENGTH]; in test_ns_deprivilege() localVariable
103 assert!(get_dice_artifacts(0, dice_artifacts_buf).is_ok()); in test_ns_deprivilege()