Home
last modified time | relevance | path

Searched defs:dst_bytes (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/vDSO/
H A Dvdso_test_chacha.c37 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()
/linux/sound/core/oss/
H A Dlinear.c37 unsigned int dst_bytes; /* byte size of destination format */ member
119 int src_le, dst_le, src_bytes, dst_bytes; in init_data() local
/linux/arch/powerpc/kernel/vdso/
H A Dvgetrandom-chacha.S10 #define dst_bytes r3 macro
/linux/drivers/target/
H A Dtarget_core_xcopy.c620 u32 dst_bytes) in target_xcopy_write_destination()