| /kernel/linux/linux-6.6/crypto/ |
| H A D | ghash-generic.c | 78 ghash_update(struct shash_desc *desc, const u8 *src, unsigned int srclen) ghash_update() argument
|
| H A D | sha3_generic.c | 180 const u8 *src; in crypto_sha3_update() local
|
| H A D | cipher.c | 76 fn(crypto_cipher_tfm(tfm), dst, src); in cipher_crypt_one() local 59 cipher_crypt_one(struct crypto_cipher *tfm, u8 *dst, const u8 *src, bool enc) cipher_crypt_one() argument 80 crypto_cipher_encrypt_one(struct crypto_cipher *tfm, u8 *dst, const u8 *src) crypto_cipher_encrypt_one() argument 87 crypto_cipher_decrypt_one(struct crypto_cipher *tfm, u8 *dst, const u8 *src) crypto_cipher_decrypt_one() argument
|
| H A D | lzo-rle.c | 52 static int __lzorle_compress(const u8 *src, unsigned int slen, in __lzorle_compress() argument 67 static int lzorle_compress(struct crypto_tfm *tfm, const u8 *src, in lzorle_compress() argument 75 static int lzorle_scompress(struct crypto_scomp *tfm, const u8 *src, in lzorle_scompress() argument 82 static int __lzorle_decompress(const u8 *src, unsigned int slen, in __lzorle_decompress() argument 97 static int lzorle_decompress(struct crypto_tfm *tfm, const u8 *src, in lzorle_decompress() argument 103 lzorle_sdecompress(struct crypto_scomp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) lzorle_sdecompress() argument [all...] |
| H A D | lz4hc.c | 52 static int __lz4hc_compress_crypto(const u8 *src, unsigned int slen, in __lz4hc_compress_crypto() argument 65 static int lz4hc_scompress(struct crypto_scomp *tfm, const u8 *src, in lz4hc_scompress() argument 72 static int lz4hc_compress_crypto(struct crypto_tfm *tfm, const u8 *src, in lz4hc_compress_crypto() argument 82 static int __lz4hc_decompress_crypto(const u8 *src, unsigned int slen, in __lz4hc_decompress_crypto() argument 94 static int lz4hc_sdecompress(struct crypto_scomp *tfm, const u8 *src, in lz4hc_sdecompress() argument 101 lz4hc_decompress_crypto(struct crypto_tfm *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen) lz4hc_decompress_crypto() argument [all...] |
| H A D | lzo.c | 52 static int __lzo_compress(const u8 *src, unsigned int slen, in __lzo_compress() argument 67 static int lzo_compress(struct crypto_tfm *tfm, const u8 *src, in lzo_compress() argument 75 static int lzo_scompress(struct crypto_scomp *tfm, const u8 *src, in lzo_scompress() argument 82 static int __lzo_decompress(const u8 *src, unsigned int slen, in __lzo_decompress() argument 97 static int lzo_decompress(struct crypto_tfm *tfm, const u8 *src, in lzo_decompress() argument 103 lzo_sdecompress(struct crypto_scomp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) lzo_sdecompress() argument [all...] |
| H A D | lz4.c | 53 static int __lz4_compress_crypto(const u8 *src, unsigned int slen, in __lz4_compress_crypto() argument 66 static int lz4_scompress(struct crypto_scomp *tfm, const u8 *src, in lz4_scompress() argument 73 static int lz4_compress_crypto(struct crypto_tfm *tfm, const u8 *src, in lz4_compress_crypto() argument 81 static int __lz4_decompress_crypto(const u8 *src, unsigned int slen, in __lz4_decompress_crypto() argument 93 static int lz4_sdecompress(struct crypto_scomp *tfm, const u8 *src, in lz4_sdecompress() argument 100 lz4_decompress_crypto(struct crypto_tfm *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen) lz4_decompress_crypto() argument [all...] |
| H A D | 842.c | 65 crypto842_compress(struct crypto_tfm *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen) crypto842_compress() argument 74 crypto842_scompress(struct crypto_scomp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) crypto842_scompress() argument 81 crypto842_decompress(struct crypto_tfm *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen) crypto842_decompress() argument 88 crypto842_sdecompress(struct crypto_scomp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) crypto842_sdecompress() argument
|
| H A D | blowfish_common.c | 311 static void encrypt_block(struct bf_ctx *bctx, u32 *dst, u32 *src) in encrypt_block() argument
|
| H A D | cbc.c | 23 u8 *src = walk->src.virt.addr; in crypto_cbc_encrypt_segment() local 51 u8 *src = walk->src.virt.addr; in crypto_cbc_encrypt_inplace() local 98 u8 *src = walk->src.virt.addr; crypto_cbc_decrypt_segment() local 128 u8 *src = walk->src.virt.addr; crypto_cbc_decrypt_inplace() local [all...] |
| H A D | xctr.c | 38 const u8 *src = walk->src.virt.addr; in crypto_xctr_crypt_final() local 54 const u8 *src = walk->src.virt.addr; in crypto_xctr_crypt_segment() local
|
| /kernel/linux/linux-6.6/arch/x86/lib/ |
| H A D | string_32.c | 19 char *strcpy(char *dest, const char *src) in strcpy() argument 34 char *strncpy(char *dest, const char *src, size_t count) in strncpy() argument 54 char *strcat(char *dest, const char *src) in strcat() argument 72 char *strncat(char *dest, const char *src, size_t count) in strncat() argument
|
| /kernel/linux/linux-6.6/drivers/infiniband/core/ |
| H A D | uverbs_marshall.c | 66 struct rdma_ah_attr *src = ah_attr; in ib_copy_ah_attr_to_user() local 96 ib_copy_qp_attr_to_user(struct ib_device *device, struct ib_uverbs_qp_attr *dst, struct ib_qp_attr *src) ib_copy_qp_attr_to_user() argument 136 __ib_copy_path_rec_to_user(struct ib_user_path_rec *dst, struct sa_path_rec *src) __ib_copy_path_rec_to_user() argument 161 ib_copy_path_rec_to_user(struct ib_user_path_rec *dst, struct sa_path_rec *src) ib_copy_path_rec_to_user() argument 175 ib_copy_path_rec_from_user(struct sa_path_rec *dst, struct ib_user_path_rec *src) ib_copy_path_rec_from_user() argument [all...] |
| /kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/ |
| H A D | wr.h | 74 mlx5r_memcpy_send_wqe(struct mlx5_ib_wq *sq, void **cur_edge, void **seg, u32 *wqe_sz, const void *src, size_t n) mlx5r_memcpy_send_wqe() argument
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_phys.c | 67 void *src; in i915_gem_object_get_pages_phys() local 110 void *src = vaddr; in i915_gem_object_put_pages_phys() local
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/selftests/ |
| H A D | huge_gem_object.c | 33 struct scatterlist *sg, *src, *end; in huge_get_pages() local
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
| H A D | shmem_utils.c | 165 int shmem_write(struct file *file, loff_t off, void *src, size_t len) in shmem_write() argument
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
| H A D | i915_params.c | 297 void i915_params_copy(struct i915_params *dest, const struct i915_params *src) in i915_params_copy() argument
|
| /kernel/linux/linux-6.6/drivers/interconnect/qcom/ |
| H A D | icc-rpmh.c | 86 int qcom_icc_set(struct icc_node *src, struct icc_node *dst) in qcom_icc_set() argument
|
| /kernel/linux/linux-6.6/drivers/interconnect/ |
| H A D | icc-clk.c | 25 static int icc_clk_set(struct icc_node *src, struct icc_node *dst) in icc_clk_set() argument
|
| H A D | debugfs-client.c | 33 const char *src; member 39 static struct icc_path *get_path(const char *src, const char *dst) in get_path() argument 54 char *src, *dst; in icc_get_set() local [all...] |
| /kernel/linux/linux-6.6/drivers/infiniband/ulp/opa_vnic/ |
| H A D | opa_vnic_vema_iface.c | 89 u64 *src; in opa_vnic_get_summary_counters() local 164 struct __opa_vesw_info *src = &adapter->info.vesw; in opa_vnic_get_vesw_info() local 232 struct __opa_per_veswport_info *src = &adapter->info.vport; opa_vnic_get_per_veswport_info() local [all...] |
| /kernel/linux/linux-6.6/drivers/infiniband/ulp/rtrs/ |
| H A D | rtrs.h | 39 struct sockaddr_storage *src; member
|
| /kernel/linux/linux-6.6/tools/lib/ |
| H A D | string.c | 29 void *memdup(const void *src, size_t len) in memdup() argument 103 size_t __weak strlcpy(char *dest, const char *src, size_t size) in strlcpy() argument
|
| /kernel/linux/linux-6.6/net/netlabel/ |
| H A D | netlabel_addrlist.c | 310 netlbl_af4list_audit_addr(struct audit_buffer *audit_buf, int src, const char *dev, __be32 addr, __be32 mask) netlbl_af4list_audit_addr() argument 343 netlbl_af6list_audit_addr(struct audit_buffer *audit_buf, int src, const char *dev, const struct in6_addr *addr, const struct in6_addr *mask) netlbl_af6list_audit_addr() argument
|