Searched refs:bcc_handover_size (Results 1 – 4 of 4) sorted by relevance
43 size_t bcc_handover_size,58 size_t bcc_handover_size,
262 size_t bcc_handover_size, in validate_bcc_handover() argument268 if (!validate_bcc_handover_impl(bcc_handover, bcc_handover_size, in validate_bcc_handover()281 size_t bcc_handover_size, in validate_bcc_handover_impl() argument293 cppbor::parse(bcc_handover, bcc_handover_size); in validate_bcc_handover_impl()
66 let bcc_handover_size: usize = 2 * DICE_CDI_SIZE as usize + 7 /*CBOR tags*/; in test_get_dice_artifacts() localVariable72 assert_eq!(artifacts.len(), bcc_handover_size); in test_get_dice_artifacts()
249 size_t bcc_handover_size = 2 * DICE_CDI_SIZE + 7 /*CBOR tags*/; in TEST() local259 ASSERT_EQ(dice_artifacts_size, bcc_handover_size); in TEST()