Searched defs:dst_bytes (Results 1 – 4 of 4) sorted by relevance
37 static void reference_chacha20_blocks(uint8_t *dst_bytes, const uint32_t *key, uint32_t *counter, s… in reference_chacha20_blocks()77 void __weak __arch_chacha20_blocks_nostack(uint8_t *dst_bytes, const uint32_t *key, uint32_t *count… in __arch_chacha20_blocks_nostack()
37 unsigned int dst_bytes; /* byte size of destination format */ member119 int src_le, dst_le, src_bytes, dst_bytes; in init_data() local
10 #define dst_bytes r3 macro
620 u32 dst_bytes) in target_xcopy_write_destination()