Searched defs:dst (Results 451 - 475 of 1783) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/crypto/ccree/
H A Dcc_aead.h87 struct cc_mlli dst; member in struct:aead_req_ctx
/linux-master/drivers/media/usb/dvb-usb/
H A Dvp702x-fe.c40 struct vp702x_device_state *dst = st->d->priv; local
139 struct vp702x_device_state *dst = st->d->priv; local
216 struct vp702x_device_state *dst = st->d->priv; local
254 struct vp702x_device_state *dst = st->d->priv; local
288 struct vp702x_device_state *dst = st->d->priv; local
[all...]
/linux-master/net/ipv6/
H A Dxfrm6_protocol.c79 struct dst_entry *dst; local
/linux-master/samples/bpf/
H A Dsockex2_kern.c20 __be32 dst; member in struct:flow_key_record
/linux-master/lib/
H A Dxxhash.c79 void xxh32_copy_state(struct xxh32_state *dst, const struct xxh32_state *src) argument
85 void xxh64_copy_state(struct xxh64_state *dst, const struct xxh64_state *src) argument
/linux-master/tools/perf/bench/
H A Dmem-functions.c123 void *src = NULL, *dst = zalloc(size); local
226 static void memcpy_prefault(memcpy_t fn, size_t size, void *src, void *dst) argument
238 static u64 do_memcpy_cycles(const struct function *r, size_t size, void *src, void *dst) argument
254 do_memcpy_gettimeofday(const struct function *r, size_t size, void *src, void *dst) argument
304 do_memset_cycles(const struct function *r, size_t size, void *src __maybe_unused, void *dst) argument
324 do_memset_gettimeofday(const struct function *r, size_t size, void *src __maybe_unused, void *dst) argument
[all...]
/linux-master/sound/core/oss/
H A Dmulaw.c178 char *dst; local
224 char *dst; local
156 cvt_s16_to_native(struct mulaw_priv *data, unsigned char *dst, u16 sample) argument
[all...]
H A Drate.c72 signed short *src, *dst; local
131 signed short *src, *dst; local
/linux-master/net/netfilter/
H A Dxt_HMARK.c35 __be32 dst; member in struct:hmark_tuple
64 u16 src, dst; local
120 u32 dst local
[all...]
/linux-master/drivers/crypto/
H A Dpadlock-sha.c289 u8 *dst = PTR_ALIGN(&buf[0], PADLOCK_ALIGNMENT); local
373 u8 *dst = PTR_ALIGN(&buf[0], PADLOCK_ALIGNMENT); local
65 padlock_output_block(uint32_t *src, uint32_t *dst, size_t count) argument
[all...]
H A Dgeode-aes.c47 do_crypt(const void *src, void *dst, u32 len, u32 flags) argument
70 geode_aes_crypt(const struct geode_aes_tfm_ctx *tctx, const void *src, void *dst, u32 len, u8 *iv, int mode, int dir) argument
/linux-master/drivers/net/wireless/ath/ath9k/
H A Ddynack.c152 u8 *dst, *src; local
180 "%pM to %d [%u]\n", dst, local
/linux-master/drivers/char/
H A Dps3flash.c170 void *dst; local
/linux-master/drivers/xen/xenbus/
H A Dxenbus_comms.c113 void *dst; local
/linux-master/arch/x86/crypto/
H A Dpoly1305_glue.c203 void poly1305_final_arch(struct poly1305_desc_ctx *dctx, u8 *dst) argument
234 static int crypto_poly1305_final(struct shash_desc *desc, u8 *dst) argument
H A Ddes3_ede_glue.c32 static inline void des3_ede_enc_blk(struct des3_ede_x86_ctx *ctx, u8 *dst, argument
40 static inline void des3_ede_dec_blk(struct des3_ede_x86_ctx *ctx, u8 *dst, argument
48 static inline void des3_ede_dec_blk_3way(struct des3_ede_x86_ctx *ctx, u8 *dst, argument
56 static void des3_ede_x86_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
58 des3_ede_enc_blk(crypto_tfm_ctx(tfm), dst, sr local
61 des3_ede_x86_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
63 des3_ede_dec_blk(crypto_tfm_ctx(tfm), dst, src); local
132 u64 *dst = (u64 *)walk->dst.virt.addr; local
173 u64 *dst = (u64 *)walk->dst.virt.addr; local
[all...]
/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_doorbell.c579 int vmci_doorbell_notify(struct vmci_handle dst, u32 priv_flags) argument
[all...]
/linux-master/drivers/net/ethernet/8390/
H A Dxsurf100.c66 static void z_memcpy_fromio32(void *dst, const void __iomem *src, size_t bytes) argument
85 static void z_memcpy_toio32(void __iomem *dst, const void *src, size_t bytes) argument
122 static void xs100_read(struct net_device *dev, void *dst, unsigned int count) argument
[all...]
/linux-master/fs/ntfs3/lib/
H A Ddecompress_common.h30 copy_unaligned_word(const void *src, void *dst) argument
254 static forceinline u8 *lz_copy(u8 *dst, u32 length, u32 offset, const u8 *bufend, argument
[all...]
/linux-master/fs/nfs/
H A Dnfs4session.h145 static inline void nfs4_copy_sessionid(struct nfs4_sessionid *dst, argument
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Ditem.h178 static inline void __mlxsw_item_memcpy_from(const char *buf, char *dst, argument
/linux-master/include/linux/byteorder/
H A Dgeneric.h191 static inline void cpu_to_be32_array(__be32 *dst, const u32 *src, size_t len) argument
199 static inline void be32_to_cpu_array(u32 *dst, const __be32 *src, size_t len) argument
/linux-master/net/ceph/
H A Dcrypto.c70 int ceph_crypto_key_clone(struct ceph_crypto_key *dst, argument
/linux-master/arch/arm/crypto/
H A Daes-neonbs-glue.c247 u8 *dst = walk.dst.virt.addr; local
270 static void ctr_encrypt_one(struct crypto_skcipher *tfm, const u8 *src, u8 *dst) argument
[all...]
/linux-master/arch/sh/kernel/
H A Dio_trapped.c221 static unsigned long from_device(void *dst, const void *src, unsigned long cnt) argument
244 static unsigned long to_device(void *dst, const void *src, unsigned long cnt) argument

Completed in 317 milliseconds

<<11121314151617181920>>