/linux/crypto/ |
H A D | ecdh_helper.c | 15 static inline u8 *ecdh_pack_data(void *dst, const void *src, size_t sz) in ecdh_pack_data() 21 static inline const u8 *ecdh_unpack_data(void *dst, const void *src, size_t sz) in ecdh_unpack_data()
|
H A D | aegis128-neon.c | 40 const u8 *src, unsigned int size) in crypto_aegis128_encrypt_chunk_simd() 48 const u8 *src, unsigned int size) in crypto_aegis128_decrypt_chunk_simd()
|
H A D | wp512.c | 1029 static int wp512_finup(struct shash_desc *desc, const u8 *src, in wp512_finup() 1062 static int wp384_finup(struct shash_desc *desc, const u8 *src, in wp384_finup() 1074 static int wp256_finup(struct shash_desc *desc, const u8 *src, in wp256_finup()
|
/linux/net/ceph/ |
H A D | armor.c | 37 int ceph_armor(char *dst, const char *src, const char *end) in ceph_armor() 75 int ceph_unarmor(char *dst, const char *src, const char *end) in ceph_unarmor()
|
/linux/lib/crypto/ |
H A D | chacha.c | 15 chacha_crypt_generic(struct chacha_state *state, u8 *dst, const u8 *src, in chacha_crypt_generic() 41 void chacha_crypt(struct chacha_state *state, u8 *dst, const u8 *src, in chacha_crypt()
|
H A D | des.c | 780 void des_encrypt(const struct des_ctx *ctx, u8 *dst, const u8 *src) in des_encrypt() 801 void des_decrypt(const struct des_ctx *ctx, u8 *dst, const u8 *src) in des_decrypt() 843 void des3_ede_encrypt(const struct des3_ede_ctx *dctx, u8 *dst, const u8 *src) in des3_ede_encrypt() 872 void des3_ede_decrypt(const struct des3_ede_ctx *dctx, u8 *dst, const u8 *src) in des3_ede_decrypt()
|
/linux/lib/crypto/x86/ |
H A D | chacha.h | 52 static void chacha_dosimd(struct chacha_state *state, u8 *dst, const u8 *src, in chacha_dosimd() 140 const u8 *src, unsigned int bytes, int nrounds) in chacha_crypt_arch()
|
/linux/arch/mips/net/ |
H A D | bpf_jit_comp.c | 204 void emit_mov_r(struct jit_context *ctx, u8 dst, u8 src) in emit_mov_r() 342 void emit_alu_r(struct jit_context *ctx, u8 dst, u8 src, u8 op) in emit_alu_r() 409 void emit_atomic_r(struct jit_context *ctx, u8 dst, u8 src, s16 off, u8 code) in emit_atomic_r() 445 void emit_cmpxchg_r(struct jit_context *ctx, u8 dst, u8 src, u8 res, s16 off) in emit_cmpxchg_r() 758 void emit_jmp_r(struct jit_context *ctx, u8 dst, u8 src, s32 off, u8 op) in emit_jmp_r()
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | bpf_iter_tcp6.c | 79 const struct in6_addr *dest, *src; in dump_tcp6_sock() local 156 const struct in6_addr *dest, *src; in dump_tw_sock() local 186 struct in6_addr *src, *dest; in dump_req_sock() local
|
/linux/arch/riscv/crypto/ |
H A D | aes-riscv64-glue.c | 107 static void riscv64_aes_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in riscv64_aes_encrypt() 120 static void riscv64_aes_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in riscv64_aes_decrypt() 219 struct scatterlist *src, *dst; in riscv64_aes_cbc_cts_crypt() local 361 struct scatterlist *src, *dst; in riscv64_aes_xts_crypt() local
|
/linux/drivers/ata/ |
H A D | ahci_xgene.c | 42 #define PORTADDR_SET(dst, src) \ argument 45 #define PORTPHY1CFG_FRCPHYRDY_SET(dst, src) \ argument 52 #define PORTPHY5CFG_RTCHG_SET(dst, src) \ argument 54 #define PORTAXICFG_EN_CONTEXT_SET(dst, src) \ argument 57 #define PORTAXICFG_OUTTRANS_SET(dst, src) \ argument 60 #define PORTRANSCFG_RXWM_SET(dst, src) \ argument
|
/linux/drivers/comedi/drivers/ |
H A D | ni_tio.c | 311 unsigned int src; in ni_m_series_clock_src_select() local 375 unsigned int src; in ni_660x_clock_src_select() local 842 unsigned int src) in ni_tio_set_gate_mode() 873 unsigned int src) in ni_tio_set_gate2_mode() 1026 unsigned int gate, unsigned int src) in ni_tio_set_gate_src_raw() 1058 unsigned int gate, unsigned int src) in ni_tio_set_gate_src() 1189 static int ni_660x_gate_to_generic_gate(unsigned int gate, unsigned int *src) in ni_660x_gate_to_generic_gate() 1233 static int ni_m_gate_to_generic_gate(unsigned int gate, unsigned int *src) in ni_m_gate_to_generic_gate() 1286 static int ni_660x_gate2_to_generic_gate(unsigned int gate, unsigned int *src) in ni_660x_gate2_to_generic_gate() 1333 static int ni_m_gate2_to_generic_gate(unsigned int gate, unsigned int *src) in ni_m_gate2_to_generic_gate()
|
/linux/fs/hfs/ |
H A D | trans.c | 37 const char *src; in hfs_mac2asc() local 101 const char *src; in hfs_asc2mac() local
|
/linux/arch/arm64/include/asm/ |
H A D | string.h | 59 #define memcpy(dst, src, len) __memcpy(dst, src, len) argument 60 #define memmove(dst, src, len) __memmove(dst, src, len) argument
|
/linux/lib/crypto/arm/ |
H A D | chacha.h | 38 static void chacha_doneon(struct chacha_state *state, u8 *dst, const u8 *src, in chacha_doneon() 78 const u8 *src, unsigned int bytes, int nrounds) in chacha_crypt_arch()
|
/linux/sound/soc/intel/atom/sst/ |
H A D | sst_loader.c | 32 void memcpy32_toio(void __iomem *dst, const void *src, int count) in memcpy32_toio() 40 void memcpy32_fromio(void *dst, const void __iomem *src, int count) in memcpy32_fromio() 147 void *destn, const void *src, u32 size, bool is_io) in sst_fill_memcpy_list()
|
/linux/arch/sparc/lib/ |
H A D | checksum_32.S | 164 #define CSUMCOPY_BIGCHUNK_ALIGNED(src, dst, sum, off, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 186 #define CSUMCOPY_BIGCHUNK(src, dst, sum, off, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 209 #define CSUMCOPY_LASTCHUNK(src, dst, sum, off, t0, t1, t2, t3) \ argument
|
/linux/arch/um/include/asm/ |
H A D | uaccess.h | 48 #define __get_kernel_nofault(dst, src, type, err_label) \ argument 62 #define __put_kernel_nofault(dst, src, type, err_label) \ argument
|
/linux/tools/perf/bench/ |
H A D | mem-functions.c | 123 void *src = NULL, *dst = zalloc(size); in __bench_mem_function() local 226 static void memcpy_prefault(memcpy_t fn, size_t size, void *src, void *dst) in memcpy_prefault() 238 static u64 do_memcpy_cycles(const struct function *r, size_t size, void *src, void *dst) in do_memcpy_cycles() 254 static double do_memcpy_gettimeofday(const struct function *r, size_t size, void *src, void *dst) in do_memcpy_gettimeofday()
|
/linux/tools/perf/util/ |
H A D | zstd.c | 32 void *src, size_t src_size, size_t max_record_size, in zstd_compress_stream_to_records() 81 size_t zstd_decompress_stream(struct zstd_data *data, void *src, size_t src_size, in zstd_decompress_stream()
|
/linux/tools/testing/selftests/powerpc/copyloops/ |
H A D | validate.c | 17 static void do_one(char *src, char *dst, unsigned long src_off, in do_one() 65 char *src, *dst, *redzone, *fill; in test_copy_loop() local
|
/linux/net/bridge/netfilter/ |
H A D | ebt_mark.c | 62 static void mark_tg_compat_from_user(void *dst, const void *src) in mark_tg_compat_from_user() 71 static int mark_tg_compat_to_user(void __user *dst, const void *src) in mark_tg_compat_to_user()
|
/linux/sound/firewire/motu/ |
H A D | motu-protocol-v2.c | 89 enum snd_motu_clock_source *src) in get_clock_source() 146 enum snd_motu_clock_source *src) in snd_motu_protocol_v2_get_clock_source() 173 enum snd_motu_clock_source src; in switch_fetching_mode_spartan() local
|
/linux/drivers/mfd/ |
H A D | wm8350-core.c | 36 #define dump(regs, src) do { \ argument 45 #define dump(bytes, src) argument 115 u16 *src) in wm8350_block_write()
|
/linux/include/net/ |
H A D | checksum.h | 28 __wsum csum_and_copy_from_user (const void __user *src, void *dst, in csum_and_copy_from_user() 39 (const void *src, void __user *dst, int len) in csum_and_copy_to_user() 51 csum_partial_copy_nocheck(const void *src, void *dst, int len) in csum_partial_copy_nocheck()
|