Home
last modified time | relevance | path

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

12

/linux-6.1.9/crypto/
Dpoly1305_generic.c35 const u8 *src, unsigned int srclen) in crypto_poly1305_setdesckey()
58 unsigned int srclen) in poly1305_blocks()
73 const u8 *src, unsigned int srclen) in crypto_poly1305_update()
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()
Dghash-generic.c79 const u8 *src, unsigned int srclen) in ghash_update()
/linux-6.1.9/lib/
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()
/linux-6.1.9/net/core/
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 int srclen = strlen(src); in inet4_pton() local
325 int srclen = strlen(src); in inet6_pton() local
/linux-6.1.9/fs/hfs/
Dtrans.c39 int srclen, dstlen, size; in hfs_mac2asc() local
103 int srclen, dstlen, size; in hfs_asc2mac() local
/linux-6.1.9/drivers/crypto/vmx/
Dghash.c96 const u8 *src, unsigned int srclen) in __ghash_blocks()
118 const u8 *src, unsigned int srclen) in p8_ghash_update()
/linux-6.1.9/arch/arm/crypto/
Dpoly1305-glue.c116 const u8 *src, unsigned int srclen) in arm_poly1305_update()
126 unsigned int srclen) in arm_poly1305_update_neon()
Dnhpoly1305-neon-glue.c27 const u8 *src, unsigned int srclen) in nhpoly1305_neon_update()
/linux-6.1.9/fs/btrfs/
Dzlib.c279 size_t srclen = cb->compressed_len; in zlib_decompress_bio() local
359 struct page *dest_page, unsigned long start_byte, size_t srclen, in zlib_decompress()
Dzstd.c546 size_t srclen = cb->compressed_len; in zstd_decompress_bio() local
620 struct page *dest_page, unsigned long start_byte, size_t srclen, in zstd_decompress()
/linux-6.1.9/tools/testing/selftests/powerpc/nx-gzip/
Dgzfht_test.c79 static int compress_fht_sample(char *src, uint32_t srclen, char *dst, in compress_fht_sample()
240 uint32_t srclen, dstlen; in compress_file() local
/linux-6.1.9/arch/x86/crypto/
Dpoly1305_glue.c169 unsigned int srclen) in poly1305_update_arch()
226 const u8 *src, unsigned int srclen) in crypto_poly1305_update()
Dnhpoly1305-avx2-glue.c27 const u8 *src, unsigned int srclen) in nhpoly1305_avx2_update()
Dnhpoly1305-sse2-glue.c27 const u8 *src, unsigned int srclen) in nhpoly1305_sse2_update()
Dpolyval-clmulni_glue.c111 const u8 *src, unsigned int srclen) in polyval_x86_update()
/linux-6.1.9/fs/cramfs/
Duncompress.c31 int cramfs_uncompress_block(void *dst, int dstlen, void *src, int srclen) in cramfs_uncompress_block()
/linux-6.1.9/arch/arm64/crypto/
Dnhpoly1305-neon-glue.c27 const u8 *src, unsigned int srclen) in nhpoly1305_neon_update()
Dpoly1305-glue.c112 const u8 *src, unsigned int srclen) in neon_poly1305_update()
Dpolyval-ce-glue.c102 const u8 *src, unsigned int srclen) in polyval_arm64_update()
/linux-6.1.9/fs/crypto/
Dfname.c210 static int fscrypt_base64url_encode(const u8 *src, int srclen, char *dst) in fscrypt_base64url_encode()
245 static int fscrypt_base64url_decode(const char *src, int srclen, u8 *dst) in fscrypt_base64url_decode()
/linux-6.1.9/fs/jffs2/
Dcompr_lzo.c69 uint32_t srclen, uint32_t destlen) in jffs2_lzo_decompress()
Dcompr_rtime.c78 uint32_t srclen, uint32_t destlen) in jffs2_rtime_decompress()
Dcompr_zlib.c143 uint32_t srclen, uint32_t destlen) in jffs2_zlib_decompress()
/linux-6.1.9/arch/s390/crypto/
Dghash_s390.c55 const u8 *src, unsigned int srclen) in ghash_update()

12