Lines Matching refs:bytes
43 * Size of right-hand part of input data, in bytes; also the size of the block
48 /* Size of the block cipher key (K_E) in bytes */
51 /* Size of the hash key (K_H) in bytes */
59 * needing to derive per-file keys. So instead we use two blocks, or 32 bytes.
87 u8 bytes[XCHACHA_IV_SIZE];
292 crypto_cipher_decrypt_one(tctx->blockcipher, rctx->rbuf.bytes,
293 rctx->rbuf.bytes);
352 crypto_cipher_encrypt_one(tctx->blockcipher, rctx->rbuf.bytes,
353 rctx->rbuf.bytes);
364 * XChaCha needs to be done on all the data except the last 16 bytes;
365 * for disk encryption that usually means 4080 or 496 bytes. But ChaCha
367 * of 64-byte ChaCha blocks, or sometimes even a multiple of 256 bytes.
368 * And here it doesn't matter whether the last 16 bytes are written to,