Searched refs:zxcrypt_resp (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/utest/zxcrypt/
H A Dzxcrypt.cpp121 query_response_t parent_resp, zxcrypt_resp; local
124 EXPECT_EQ(res, ioctl_block_fvm_vslice_query(zxcrypt.get(), &req, &zxcrypt_resp));
130 ASSERT_EQ(zxcrypt_resp.count, 1U);
131 EXPECT_TRUE(zxcrypt_resp.vslice_range[0].allocated);
134 zxcrypt_resp.vslice_range[0].count + device.reserved_slices());

Completed in 24 milliseconds