Searched refs:dice_artifacts_buf (Results 1 – 1 of 1) sorted by relevance
50 let dice_artifacts_buf = &mut [0u8; HWBCC_MAX_RESP_PAYLOAD_LENGTH]; in test_get_dice_artifacts() localVariable69 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() localVariable103 assert!(get_dice_artifacts(0, dice_artifacts_buf).is_ok()); in test_ns_deprivilege()