Home
last modified time | relevance | path

Searched refs:BYTES (Results 1 – 5 of 5) sorted by relevance

/linux/lib/crypto/mips/
H A Dchacha-core.S37 #define BYTES $a3 macro
210 beqz BYTES, .Lchacha_mips_end
270 addiu BYTES, -(CHACHA20_BLOCK_SIZE)
278 /* BYTES < 0, it has no full block. */
279 bltz BYTES, .Lchacha_mips_no_full_block_aligned
283 /* BYTES > 0? Loop again. */
284 bgtz BYTES, .Loop_chacha_rounds
289 /* BYTES < 0? Handle last bytes */
290 bltz BYTES, .Lchacha_mips_xor_bytes
311 /* Restore the offset on BYTES */
[all...]
/linux/include/linux/
H A Dscmi_protocol.h458 BYTES = 0x3D, enumerator
/linux/Documentation/filesystems/
H A Dromfs.rst69 12 | checksum | The checksum of the FIRST 512 BYTES.
/linux/Documentation/scsi/
H A DChangeLog.sym53c8xx466 by reading DWORDS at a time instead of BYTES.
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c6452 p->octets = GET_STAT(BYTES); in t4_get_lb_stats()