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.
142 /* If there are no partial blocks then it is the same as CBC mode */ in cts128_cs1_decrypt()
168 * of the partial second last block. in cts128_cs1_decrypt()
173 * Restore the last partial ciphertext block. in cts128_cs1_decrypt()
175 * that to the partial plaintext end block. We have already decrypted the in cts128_cs1_decrypt()
231 * C(n) is a full block and C(n-1)* can be a partial block
274 * of the partial last block. in cts128_cs3_decrypt()
280 * Restore the last partial ciphertext block. in cts128_cs3_decrypt()
282 * that to the partial plaintext end block. We have already decrypted the in cts128_cs3_decrypt()
306 /* If there are no partial blocks then it is the same as CBC mode */ in cts128_cs2_encrypt()
311 /* For partial blocks CS2 is equivalent to CS3 */ in cts128_cs2_encrypt()
319 /* If there are no partial blocks then it is the same as CBC mode */ in cts128_cs2_decrypt()
324 /* For partial blocks CS2 is equivalent to CS3 */ in cts128_cs2_decrypt()