Lines Matching full:partial
27 * The final ciphertext for the last two blocks, consists of the partial block
31 * stolen ciphertext to the partial block, which can then be decrypted as usual.
37 * Where C(n-1)* is a partial block.
41 * Where C(n-1)* is a partial block.
141 /* If there are no partial blocks then it is the same as CBC mode */ in cts128_cs1_decrypt()
167 * of the partial second last block. in cts128_cs1_decrypt()
172 * Restore the last partial ciphertext block. in cts128_cs1_decrypt()
174 * that to the partial plaintext end block. We have already decrypted the in cts128_cs1_decrypt()
230 * C(n) is a full block and C(n-1)* can be a partial block
273 * of the partial last block. in cts128_cs3_decrypt()
279 * Restore the last partial ciphertext block. in cts128_cs3_decrypt()
281 * that to the partial plaintext end block. We have already decrypted the in cts128_cs3_decrypt()
305 /* If there are no partial blocks then it is the same as CBC mode */ in cts128_cs2_encrypt()
310 /* For partial blocks CS2 is equivalent to CS3 */ in cts128_cs2_encrypt()
318 /* If there are no partial blocks then it is the same as CBC mode */ in cts128_cs2_decrypt()
323 /* For partial blocks CS2 is equivalent to CS3 */ in cts128_cs2_decrypt()