Lines Matching full:sector
30 * CBC. The principle is that each disk sector is assigned a unique
32 * sector.
43 * size_t sector = 0;
68 * if (qcrypto_ivgen_calculate(ivgen, sector, iv, niv, errp) < 0) {
75 * data + (sector * 512),
76 * data + (sector * 512),
80 * sector++;
118 * The IVs are generated by the 32-bit truncated sector
125 * The IVs are generated by the 64-bit sector number.
130 * The IVs are generated by encrypting the 64-bit sector
145 * @sector: the 64-bit sector number
151 * to be stored in sector @sector. The IV will be
157 uint64_t sector,