Searched defs:dst (Results 26 - 50 of 1761) sorted by relevance

1234567891011>>

/linux-master/arch/x86/crypto/
H A Dserpent-sse2.h17 static inline void serpent_enc_blk_xway(const void *ctx, u8 *dst, const u8 *src) argument
28 static inline void serpent_dec_blk_xway(const void *ctx, u8 *dst, const u8 *src) argument
22 serpent_enc_blk_xway_xor(const struct serpent_ctx *ctx, u8 *dst, const u8 *src) argument
42 serpent_enc_blk_xway(const void *ctx, u8 *dst, const u8 *src) argument
47 serpent_enc_blk_xway_xor(const struct serpent_ctx *ctx, u8 *dst, const u8 *src) argument
53 serpent_dec_blk_xway(const void *ctx, u8 *dst, const u8 *src) argument
[all...]
H A Dtwofish_glue.c54 static void twofish_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
56 twofish_enc_blk(crypto_tfm_ctx(tfm), dst, src); local
59 static void twofish_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
61 twofish_dec_blk(crypto_tfm_ctx(tfm), dst, src); local
/linux-master/lib/crypto/
H A Dpoly1305.c63 void poly1305_final_generic(struct poly1305_desc_ctx *desc, u8 *dst) argument
/linux-master/arch/hexagon/lib/
H A Dio.c21 short int *dst = (short int *) data; local
41 volatile short int *dst = (short int *)addr; local
57 long *dst = (long *) data; local
72 volatile long *dst = (long *)addr; local
/linux-master/arch/csky/kernel/
H A Dio.c66 void __memset_io(volatile void __iomem *dst, int c, size_t count) argument
/linux-master/arch/m68k/lib/
H A Dchecksum.c132 csum_and_copy_from_user(const void __user *src, void *dst, int len) argument
274 csum_partial_copy_nocheck(const void *src, void *dst, int len) argument
/linux-master/arch/microblaze/lib/
H A Dmemcpy.c38 char *dst = v_dst; local
[all...]
H A Dmemmove.c37 char *dst = v_dst; local
[all...]
/linux-master/arch/loongarch/kernel/
H A Dio.c68 void __memset_io(volatile void __iomem *dst, int c, size_t count) argument
/linux-master/lib/
H A Dbase64.c32 int base64_encode(const u8 *src, int srclen, char *dst) argument
73 int base64_decode(const char *src, int srclen, u8 *dst) argument
/linux-master/net/sunrpc/
H A Dsunrpc.h28 struct dst_entry *dst; local
/linux-master/drivers/media/platform/amphion/
H A Dvpu_helpers.h11 u32 dst; member in struct:vpu_pair
/linux-master/arch/arm64/lib/
H A Duaccess_flushcache.c10 void memcpy_flushcache(void *dst, const void *src, size_t cnt) argument
/linux-master/sound/core/
H A Dmemory.c24 int copy_to_user_fromio(void __user *dst, const volatile void __iomem *src, size_t count) argument
44 int copy_to_iter_fromio(struct iov_iter *dst, const void __iomem *src, argument
76 int copy_from_user_toio(volatile void __iomem *dst, const void __user *src, size_t count) argument
96 copy_from_iter_toio(void __iomem *dst, struct iov_iter *src, size_t count) argument
[all...]
/linux-master/drivers/dma/ti/
H A Dk3-psil-priv.h33 struct psil_ep *dst; member in struct:psil_ep_map
/linux-master/arch/s390/lib/
H A Dcsum-partial.c19 static __always_inline __wsum csum_copy(void *dst, const void *src, int len, __wsum sum, bool copy) argument
87 csum_partial_copy_nocheck(const void *src, void *dst, int len) argument
[all...]
/linux-master/arch/sh/kernel/
H A Dio.c103 void memset_io(volatile void __iomem *dst, int c, unsigned long count) argument
/linux-master/arch/arm/kernel/
H A Dio.c77 void _memset_io(volatile void __iomem *dst, int c, size_t count) argument
/linux-master/drivers/scsi/aic7xxx/
H A Daic79xx_inline.h76 ahd_known_modes(struct ahd_softc *ahd, ahd_mode src, ahd_mode dst) argument
85 ahd_build_mode_state(struct ahd_softc *ahd, ahd_mode src, ahd_mode dst) argument
91 ahd_extract_mode_state(struct ahd_softc *ahd, ahd_mode_state state, ahd_mode *src, ahd_mode *dst) argument
[all...]
/linux-master/arch/sparc/lib/
H A DPeeCeeI.c88 void insb(unsigned long __addr, void *dst, unsigned long count) argument
116 void insw(unsigned long __addr, void *dst, unsigned long count) argument
144 void insl(unsigned long __addr, void *dst, unsigned long count) argument
[all...]
/linux-master/fs/cramfs/
H A Duncompress.c31 int cramfs_uncompress_block(void *dst, int dstlen, void *src, int srclen) argument
/linux-master/net/ieee802154/6lowpan/
H A D6lowpan_i.h24 struct ieee802154_addr dst; member in struct:frag_lowpan_compare_key
/linux-master/include/linux/
H A Dtask_io_accounting_ops.h49 static inline void task_blk_io_accounting_add(struct task_io_accounting *dst, argument
85 static inline void task_blk_io_accounting_add(struct task_io_accounting *dst, argument
93 static inline void task_chr_io_accounting_add(struct task_io_accounting *dst, argument
102 task_chr_io_accounting_add(struct task_io_accounting *dst, struct task_io_accounting *src) argument
108 task_io_accounting_add(struct task_io_accounting *dst, struct task_io_accounting *src) argument
[all...]
/linux-master/include/uapi/linux/
H A Divtv.h57 struct v4l2_rect dst; member in struct:ivtv_dma_frame
/linux-master/tools/testing/selftests/timers/
H A Dset-tz.c28 int set_tz(int min, int dst) argument
61 int min, dst; local
[all...]

Completed in 389 milliseconds

1234567891011>>