Searched defs:dst (Results 201 - 225 of 1761) sorted by relevance

1234567891011>>

/linux-master/crypto/
H A Dxctr.c39 u8 *dst = walk->dst.virt.addr; local
55 u8 *dst = walk->dst.virt.addr; local
61 fn(crypto_cipher_tfm(tfm), dst, walk->iv); local
H A Dfcrypt.c233 static void fcrypt_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
265 static void fcrypt_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
H A Dkdf_sp800108.c17 crypto_kdf108_ctr_generate(struct crypto_shash *kmd, const struct kvec *info, unsigned int info_nvec, u8 *dst, unsigned int dlen) argument
H A Dblowfish_common.c311 static void encrypt_block(struct bf_ctx *bctx, u32 *dst, u32 *src) argument
/linux-master/fs/xfs/
H A Dxfs_trans_priv.h122 xfs_trans_ail_copy_lsn( struct xfs_ail *ailp, xfs_lsn_t *dst, xfs_lsn_t *src) argument
134 xfs_trans_ail_copy_lsn( struct xfs_ail *ailp, xfs_lsn_t *dst, xfs_lsn_t *src) argument
/linux-master/arch/s390/crypto/
H A Dghash_s390.c107 static int ghash_final(struct shash_desc *desc, u8 *dst) argument
/linux-master/tools/lib/
H A Dbitmap.c21 void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, argument
60 bool __bitmap_and(unsigned long *dst, const unsigned long *bitmap1, argument
/linux-master/include/linux/
H A Dbpfptr.h49 static inline int copy_from_bpfptr_offset(void *dst, bpfptr_t src, argument
57 static inline int copy_from_bpfptr(void *dst, bpfptr_t src, size_t size) argument
62 static inline int copy_to_bpfptr_offset(bpfptr_t dst, size_t offset, argument
81 static inline long strncpy_from_bpfptr(char *dst, bpfptr_t src, size_t count) argument
[all...]
/linux-master/drivers/infiniband/ulp/rtrs/
H A Drtrs.h40 struct sockaddr_storage *dst; member in struct:rtrs_addr
/linux-master/samples/bpf/
H A Dsockex3_user.c12 __be32 dst; member in struct:flow_key_record
H A Dxdp_sample.bpf.h37 unsigned short dst[3]; local
/linux-master/tools/include/linux/
H A Dbitmap.h28 static inline void bitmap_zero(unsigned long *dst, unsigned int nbits) argument
38 static inline void bitmap_fill(unsigned long *dst, unsigned int nbits) argument
71 static inline void bitmap_or(unsigned long *dst, const unsigned long *src1, argument
115 bitmap_and(unsigned long *dst, const unsigned long *src1, const unsigned long *src2, unsigned int nbits) argument
[all...]
/linux-master/arch/arm64/crypto/
H A Daes-ce-glue.c46 static void aes_cipher_encrypt(struct crypto_tfm *tfm, u8 dst[], u8 const src[]) argument
60 static void aes_cipher_decrypt(struct crypto_tfm *tfm, u8 dst[], u8 const src[]) argument
/linux-master/lib/zstd/compress/
H A Dzstd_compress_literals.c16 size_t ZSTD_noCompressLiterals (void* dst, size_t dstCapacity, const void* src, size_t srcSize) argument
43 size_t ZSTD_compressRleLiteralsBlock (void* dst, size_t dstCapacity, const void* src, size_t srcSize) argument
70 ZSTD_compressLiterals(ZSTD_hufCTables_t const* prevHuf, ZSTD_hufCTables_t* nextHuf, ZSTD_strategy strategy, int disableLiteralCompression, void* dst, size_t dstCapacity, const void* src, size_t srcSize, void* entropyWorkspace, size_t entropyWorkspaceSize, const int bmi2, unsigned suspectUncompressible) argument
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
H A Dingress_lgcy.c144 struct mlx5_flow_destination *dst = NULL; local
/linux-master/arch/sh/include/asm/
H A Dchecksum_32.h45 __wsum csum_partial_copy_nocheck(const void *src, void *dst, int len) argument
52 __wsum csum_and_copy_from_user(const void __user *src, void *dst, int len) argument
196 csum_and_copy_to_user(const void *src, void __user *dst, int len) argument
/linux-master/arch/arm/include/asm/
H A Dchecksum.h47 __wsum csum_and_copy_from_user(const void __user *src, void *dst, int len) argument
/linux-master/arch/x86/crypto/
H A Daria_gfni_avx512_glue.c88 u8 *dst = walk.dst.virt.addr; local
[all...]
H A Dblowfish_glue.c31 static inline void blowfish_dec_ecb_4way(struct bf_ctx *ctx, u8 *dst, argument
37 static inline void blowfish_dec_cbc_4way(struct bf_ctx *ctx, u8 *dst, argument
43 static void blowfish_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
45 blowfish_enc_blk(crypto_tfm_ctx(tfm), dst, sr local
48 blowfish_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
50 blowfish_dec_blk(crypto_tfm_ctx(tfm), dst, src); local
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dtest_skb_cgroup_id_user.c50 struct sockaddr_in6 dst; local
26 mk_dst_addr(const char *ip, const char *iface, struct sockaddr_in6 *dst) argument
[all...]
/linux-master/tools/testing/selftests/rseq/
H A Drseq-riscv-bits.h344 rseq_cmpeqv_trymemcpy_storev(intptr_t *v, intptr_t expect, void *dst, void *src, size_t len, intptr_t newv, int cpu) argument
H A Drseq-x86-bits.h407 rseq_cmpeqv_trymemcpy_storev(intptr_t *v, intptr_t expect, void *dst, void *src, size_t len, intptr_t newv, int cpu) argument
870 rseq_cmpeqv_trymemcpy_storev(intptr_t *v, intptr_t expect, void *dst, void *src, size_t len, intptr_t newv, int cpu) argument
[all...]
/linux-master/arch/alpha/boot/
H A Dbootp.c111 load(unsigned long dst, unsigned long src, unsigned long count) argument
/linux-master/include/crypto/internal/
H A Dscompress.h86 crypto_scomp_compress(struct crypto_scomp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) argument
93 crypto_scomp_decompress(struct crypto_scomp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) argument
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dl4lb_all.c20 __be32 dst; member in union:real_definition::__anon4415

Completed in 217 milliseconds

1234567891011>>