Home
last modified time | relevance | path

Searched defs:srclen (Results 1 – 25 of 37) sorted by relevance

12

/linux/arch/arm64/crypto/
H A Dnhpoly1305-neon-glue.c20 const u8 *src, unsigned int srclen) in nhpoly1305_neon_update()
38 const u8 *src, unsigned int srclen, u8 *out) in nhpoly1305_neon_digest()
H A Dpolyval-ce-glue.c90 const u8 *src, unsigned int srclen) in polyval_arm64_update()
/linux/arch/x86/crypto/
H A Dnhpoly1305-avx2-glue.c20 const u8 *src, unsigned int srclen) in nhpoly1305_avx2_update()
38 const u8 *src, unsigned int srclen, u8 *out) in nhpoly1305_avx2_digest()
H A Dghash-clmulni-intel_glue.c82 const u8 *src, unsigned int srclen) in ghash_update()
H A Dpolyval-clmulni_glue.c100 const u8 *src, unsigned int srclen) in polyval_x86_update()
/linux/lib/
H A Dbase64.c32 int base64_encode(const u8 *src, int srclen, char *dst) in base64_encode()
73 int base64_decode(const char *src, int srclen, u8 *dst) in base64_decode()
H A Dnlattr.c774 size_t srclen = nla_len(nla); in nla_strscpy() local
810 size_t srclen = nla_len(nla); in nla_strdup() local
/linux/crypto/
H A Dnhpoly1305.c94 const u8 *src, unsigned int srclen, nh_t nh_fn) in nhpoly1305_units()
156 const u8 *src, unsigned int srclen, in crypto_nhpoly1305_update_helper()
192 const u8 *src, unsigned int srclen) in crypto_nhpoly1305_update()
H A Dghash-generic.c79 const u8 *src, unsigned int srclen) in ghash_update()
H A Dpolyval-generic.c112 const u8 *src, unsigned int srclen) in polyval_update()
/linux/net/core/
H A Dutils.c118 int in4_pton(const char *src, int srclen, in in4_pton()
184 int in6_pton(const char *src, int srclen, in in6_pton()
305 size_t srclen = strlen(src); in inet4_pton() local
325 size_t srclen = strlen(src); in inet6_pton() local
/linux/fs/hfs/
H A Dtrans.c39 int srclen, dstlen, size; in hfs_mac2asc() local
103 int srclen, dstlen, size; in hfs_asc2mac() local
/linux/arch/riscv/crypto/
H A Dghash-riscv64-glue.c61 const u8 *src, size_t srclen) in riscv64_ghash_blocks()
80 unsigned int srclen) in riscv64_ghash_update()
/linux/arch/powerpc/crypto/
H A Dghash.c92 const u8 *src, unsigned int srclen) in __ghash_blocks()
119 const u8 *src, unsigned int srclen) in p8_ghash_update()
/linux/tools/testing/selftests/powerpc/nx-gzip/
H A Dgzfht_test.c79 static int compress_fht_sample(char *src, uint32_t srclen, char *dst, in compress_fht_sample()
192 uint32_t srclen, dstlen; in compress_file() local
/linux/fs/cramfs/
H A Duncompress.c31 int cramfs_uncompress_block(void *dst, int dstlen, void *src, int srclen) in cramfs_uncompress_block()
/linux/fs/btrfs/
H A Dzlib.c331 size_t srclen = cb->compressed_len; in zlib_decompress_bio() local
419 struct folio *dest_folio, unsigned long dest_pgoff, size_t srclen, in zlib_decompress()
H A Dzstd.c583 size_t srclen = cb->compressed_len; in zstd_decompress_bio() local
665 struct folio *dest_folio, unsigned long dest_pgoff, size_t srclen, in zstd_decompress()
/linux/fs/jffs2/
H A Dcompr_lzo.c69 uint32_t srclen, uint32_t destlen) in jffs2_lzo_decompress()
H A Dcompr_rtime.c78 uint32_t srclen, uint32_t destlen) in jffs2_rtime_decompress()
H A Dcompr_zlib.c143 uint32_t srclen, uint32_t destlen) in jffs2_zlib_decompress()
/linux/arch/s390/crypto/
H A Dghash_s390.c54 const u8 *src, unsigned int srclen) in ghash_update()
/linux/fs/ceph/
H A Dcrypto.c27 int ceph_base64_encode(const u8 *src, int srclen, char *dst) in ceph_base64_encode()
47 int ceph_base64_decode(const char *src, int srclen, u8 *dst) in ceph_base64_decode()
/linux/fs/smb/server/
H A Dunicode.c342 int smbConvertToUTF16(__le16 *target, const char *source, int srclen, in smbConvertToUTF16()
/linux/fs/smb/client/
H A Dcifs_unicode.c453 cifsConvertToUTF16(__le16 *target, const char *source, int srclen, in cifsConvertToUTF16()

12