Lines Matching refs:Partial
561 of this array has the following (partial) format (See Section \ref{sec:cipherdesc}):
808 to encrypt whole blocks at a time. However, the library will buffer data allowing the user to encrypt or decrypt partial
819 buffer the output which will allow you to encrypt or decrypt partial blocks without delay.
840 by encrypting the last ciphertext block in ECB mode, and XOR'ing the output against the last partial block of plaintext. LibTomCrypt does not
843 The more sane way to deal with partial blocks is to pad them with zeroes, and then use CBC normally.
1169 The mode can then process plaintext producing ciphertext as well as compute a partial checksum. The actual checksum
5704 The accelerator will only be used to encrypt whole blocks. Partial blocks are always handled in software.