Lines Matching +full:0 +full:x06
40 .sector = 0x1,
49 .sector = 0x1f2e3d4cULL,
58 .sector = 0x1f2e3d4c5b6a7988ULL,
67 .sector = 0x1,
76 .sector = 0x1f2e3d4cULL,
85 .sector = 0x1f2e3d4c5b6a7988ULL,
94 .sector = 0x1,
98 .key = (const uint8_t *)"\x00\x01\x02\x03\x04\x05\x06\x07"
108 .sector = 0x1f2e3d4cULL,
112 .key = (const uint8_t *)"\x00\x01\x02\x03\x04\x05\x06\x07"
122 .sector = 0x1f2e3d4c5b6a7988ULL,
126 .key = (const uint8_t *)"\x00\x01\x02\x03\x04\x05\x06\x07"
161 g_assert(memcmp(iv, data->iv, data->niv) == 0); in test_ivgen()
168 for (i = 0; i < G_N_ELEMENTS(test_data); i++) { in main()