Lines Matching refs:bcc
56 const uint8_t bcc[] = { in TEST() local
76 BccMainFlow(/*context=*/NULL, fake_cdi_attest, fake_cdi_seal, bcc, in TEST()
77 sizeof(bcc), &input_values, sizeof(next_bcc), next_bcc, in TEST()
80 EXPECT_GT(next_bcc_size, sizeof(bcc)); in TEST()
82 EXPECT_NE(0, memcmp(next_bcc + 1, bcc + 1, sizeof(bcc) - 1)); in TEST()
83 EXPECT_EQ(0, memcmp(next_bcc + 1, bcc + 1, sizeof(bcc) - 8 - 1)); in TEST()
186 const uint8_t *bcc; in TEST() local
189 &cdi_attest, &cdi_seal, &bcc, &bcc_size); in TEST()
193 EXPECT_EQ(bcc_handover + 72, bcc); in TEST()
212 const uint8_t *bcc; in TEST() local
215 &cdi_attest, &cdi_seal, &bcc, &bcc_size); in TEST()
219 EXPECT_EQ(nullptr, bcc); in TEST()
240 const uint8_t *bcc; in TEST() local
243 &cdi_attest, &cdi_seal, &bcc, &bcc_size); in TEST()
247 EXPECT_EQ(nullptr, bcc); in TEST()
266 const uint8_t *bcc; in TEST() local
269 &cdi_attest, &cdi_seal, &bcc, &bcc_size); in TEST()