Home
last modified time | relevance | path

Searched defs:src_len (Results 1 – 25 of 49) sorted by relevance

12

/Linux-v5.15/lib/crypto/
Dchacha20poly1305.c57 __chacha20poly1305_encrypt(u8 *dst, const u8 *src, const size_t src_len, in __chacha20poly1305_encrypt()
90 void chacha20poly1305_encrypt(u8 *dst, const u8 *src, const size_t src_len, in chacha20poly1305_encrypt()
112 void xchacha20poly1305_encrypt(u8 *dst, const u8 *src, const size_t src_len, in xchacha20poly1305_encrypt()
125 __chacha20poly1305_decrypt(u8 *dst, const u8 *src, const size_t src_len, in __chacha20poly1305_decrypt()
168 bool chacha20poly1305_decrypt(u8 *dst, const u8 *src, const size_t src_len, in chacha20poly1305_decrypt()
194 bool xchacha20poly1305_decrypt(u8 *dst, const u8 *src, const size_t src_len, in xchacha20poly1305_decrypt()
209 const size_t src_len, in chacha20poly1305_crypt_sg_inplace()
333 bool chacha20poly1305_encrypt_sg_inplace(struct scatterlist *src, size_t src_len, in chacha20poly1305_encrypt_sg_inplace()
343 bool chacha20poly1305_decrypt_sg_inplace(struct scatterlist *src, size_t src_len, in chacha20poly1305_decrypt_sg_inplace()
/Linux-v5.15/arch/s390/include/asm/
Dcpacf.h249 u8 *dest, const u8 *src, long src_len) in cpacf_km()
281 u8 *dest, const u8 *src, long src_len) in cpacf_kmc()
310 const u8 *src, long src_len) in cpacf_kimd()
335 const u8 *src, long src_len) in cpacf_klmd()
363 const u8 *src, long src_len) in cpacf_kmac()
395 const u8 *src, long src_len, u8 *counter) in cpacf_kmctr()
524 const u8 *src, unsigned long src_len, in cpacf_kma()
/Linux-v5.15/include/crypto/
Dakcipher.h37 unsigned int src_len; member
251 unsigned int src_len, in akcipher_request_set_crypt()
292 unsigned int src_len = req->src_len; in crypto_akcipher_encrypt() local
316 unsigned int src_len = req->src_len; in crypto_akcipher_decrypt() local
Dkpp.h31 unsigned int src_len; member
/Linux-v5.15/include/linux/
Dccp.h183 u64 src_len; /* In bytes */ member
243 u64 src_len; /* In bytes */ member
292 u64 src_len; /* In bytes */ member
354 u64 src_len; /* In bytes */ member
382 u32 src_len; /* In bytes */ member
441 u64 src_len; /* In bytes */ member
470 u64 src_len; /* In bytes */ member
Dcrypto.h544 static inline void crypto_stats_akcipher_encrypt(unsigned int src_len, int ret, struct crypto_alg *… in crypto_stats_akcipher_encrypt()
546 static inline void crypto_stats_akcipher_decrypt(unsigned int src_len, int ret, struct crypto_alg *… in crypto_stats_akcipher_decrypt()
/Linux-v5.15/net/smc/
Dsmc_tx.c321 size_t src_off, size_t src_len, in smcr_tx_rdma_writes()
374 size_t src_off, size_t src_len, in smcd_tx_rdma_writes()
418 size_t len, src_len, dst_off, dst_len; /* current chunk values */ in smc_tx_rdma_writes() local
/Linux-v5.15/drivers/net/wireguard/
Dnoise.c399 static void mix_hash(u8 hash[NOISE_HASH_LEN], const u8 *src, size_t src_len) in mix_hash()
431 size_t src_len, u8 key[NOISE_SYMMETRIC_KEY_LEN], in message_encrypt()
441 size_t src_len, u8 key[NOISE_SYMMETRIC_KEY_LEN], in message_decrypt()
/Linux-v5.15/tools/bpf/bpftool/
Dtracelog.c42 size_t src_len; in find_tracefs_mnt_single() local
/Linux-v5.15/lib/
Ddecompress_unlzo.c105 u32 src_len, dst_len; in unlzo() local
/Linux-v5.15/drivers/block/zram/
Dzcomp.c148 const void *src, unsigned int src_len, void *dst) in zcomp_decompress()
/Linux-v5.15/drivers/video/fbdev/omap2/omapfb/dss/
Domapdss-boot-init.c61 const char *src, int src_len) in omapdss_prefix_strcpy()
/Linux-v5.15/drivers/staging/rtl8723bs/os_dep/
Dosdep_service.c180 void rtw_buf_update(u8 **buf, u32 *buf_len, u8 *src, u32 src_len) in rtw_buf_update()
/Linux-v5.15/arch/sh/kernel/
Dio_trapped.c183 static unsigned long long copy_word(unsigned long src_addr, int src_len, in copy_word()
/Linux-v5.15/drivers/staging/r8188eu/os_dep/
Dosdep_service.c230 void rtw_buf_update(u8 **buf, u32 *buf_len, u8 *src, u32 src_len) in rtw_buf_update()
/Linux-v5.15/net/decnet/
Ddn_rules.c44 unsigned char src_len; member
/Linux-v5.15/include/uapi/linux/
Dfib_rules.h22 __u8 src_len; member
/Linux-v5.15/drivers/base/regmap/
Dregcache-lzo.c21 size_t src_len; member
/Linux-v5.15/net/ipv4/
Dfib_rules.c37 u8 src_len; member
/Linux-v5.15/crypto/
Dalgapi.c1090 void crypto_stats_akcipher_encrypt(unsigned int src_len, int ret, in crypto_stats_akcipher_encrypt()
1103 void crypto_stats_akcipher_decrypt(unsigned int src_len, int ret, in crypto_stats_akcipher_decrypt()
/Linux-v5.15/drivers/staging/media/hantro/
Dhantro_g2_hevc_dec.c492 u32 src_len, src_buf_len; in set_buffers() local
/Linux-v5.15/drivers/gpu/drm/
Ddrm_format_helper.c175 size_t src_len = linepixels * sizeof(u32); in drm_fb_xrgb8888_to_rgb565() local
/Linux-v5.15/fs/lockd/
Dhost.c336 size_t src_len = rqstp->rq_daddrlen; in nlmsvc_lookup_host() local
/Linux-v5.15/fs/btrfs/
Dzstd.c32 size_t src_len) in zstd_get_btrfs_parameters()
/Linux-v5.15/drivers/crypto/ccp/
Dccp-dmaengine.c366 unsigned int src_offset, src_len; in ccp_create_desc() local

12