Searched refs:get_dice_artifacts (Results 1 – 5 of 5) sorted by relevance
68 int (*get_dice_artifacts)(hwbcc_session_t s, member
43 ops.get_dice_artifacts = swbcc_get_dice_artifacts; in main()
69 get_dice_artifacts(0, dice_artifacts_buf).expect("could not get protected data"); in test_get_dice_artifacts()103 assert!(get_dice_artifacts(0, dice_artifacts_buf).is_ok()); in test_ns_deprivilege()
268 pub fn get_dice_artifacts<'a>( in get_dice_artifacts() function
104 !ops->get_dice_artifacts || !ops->ns_deprivilege) { in hwbcc_check_ops()208 rc = hwbcc_ops->get_dice_artifacts(s, context, resp.payload, in handle_get_dice_artifacts()