Searched defs:dst (Results 201 - 225 of 1783) 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/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/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/tools/testing/selftests/bpf/prog_tests/
H A Dl4lb_all.c20 __be32 dst; member in union:real_definition::__anon4415
/linux-master/include/linux/
H A Duuid.h51 static inline void guid_copy(guid_t *dst, const guid_t *src) argument
56 static inline void import_guid(guid_t *dst, const __u8 *src) argument
61 static inline void export_guid(__u8 *dst, const guid_t *src) argument
76 static inline void uuid_copy(uuid_t *dst, const uuid_t *src) argument
81 static inline void import_uuid(uuid_t *dst, const __u8 *src) argument
86 export_uuid(__u8 *dst, const uuid_t *src) argument
[all...]
/linux-master/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-prng.c55 sun8i_ce_prng_generate(struct crypto_rng *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int dlen) argument
/linux-master/drivers/video/fbdev/aty/
H A Dmach64_cursor.c147 u8 __iomem *dst = (u8 __iomem *)info->sprite.addr; local

Completed in 197 milliseconds

1234567891011>>