Home
last modified time | relevance | path

Searched defs:srclen (Results 26 - 50 of 121) sorted by relevance

12345

/kernel/linux/linux-6.6/fs/jffs2/
H A Dcompr_rtime.c76 jffs2_rtime_decompress(unsigned char *data_in, unsigned char *cpage_out, uint32_t srclen, uint32_t destlen) jffs2_rtime_decompress() argument
H A Dcompr_lzo.c68 jffs2_lzo_decompress(unsigned char *data_in, unsigned char *cpage_out, uint32_t srclen, uint32_t destlen) jffs2_lzo_decompress() argument
/third_party/nghttp2/lib/
H A Dnghttp2_hd_huffman.c45 nghttp2_hd_huff_encode(nghttp2_bufs *bufs, const uint8_t *src, size_t srclen) nghttp2_hd_huff_encode() argument
110 nghttp2_hd_huff_decode(nghttp2_hd_huff_decode_context *ctx, nghttp2_buf *buf, const uint8_t *src, size_t srclen, int final) nghttp2_hd_huff_decode() argument
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_hd_huffman.c45 nghttp2_hd_huff_encode(nghttp2_bufs *bufs, const uint8_t *src, size_t srclen) nghttp2_hd_huff_encode() argument
110 nghttp2_hd_huff_decode(nghttp2_hd_huff_decode_context *ctx, nghttp2_buf *buf, const uint8_t *src, size_t srclen, int final) nghttp2_hd_huff_decode() argument
/kernel/linux/linux-5.10/drivers/crypto/vmx/
H A Dghash.c93 __ghash_blocks(struct p8_ghash_ctx *ctx, struct p8_ghash_desc_ctx *dctx, const u8 *src, unsigned int srclen) __ghash_blocks() argument
116 p8_ghash_update(struct shash_desc *desc, const u8 *src, unsigned int srclen) p8_ghash_update() argument
[all...]
/kernel/linux/linux-5.10/crypto/
H A Dghash-generic.c78 ghash_update(struct shash_desc *desc, const u8 *src, unsigned int srclen) ghash_update() argument
H A Dnhpoly1305.c92 nhpoly1305_units(struct nhpoly1305_state *state, const struct nhpoly1305_key *key, const u8 *src, unsigned int srclen, nh_t nh_fn) nhpoly1305_units() argument
155 crypto_nhpoly1305_update_helper(struct shash_desc *desc, const u8 *src, unsigned int srclen, nh_t nh_fn) crypto_nhpoly1305_update_helper() argument
191 crypto_nhpoly1305_update(struct shash_desc *desc, const u8 *src, unsigned int srclen) crypto_nhpoly1305_update() argument
[all...]
/kernel/linux/linux-5.10/arch/arm64/crypto/
H A Dpoly1305-glue.c111 neon_poly1305_update(struct shash_desc *desc, const u8 *src, unsigned int srclen) neon_poly1305_update() argument
/kernel/linux/linux-5.10/arch/arm/crypto/
H A Dpoly1305-glue.c115 arm_poly1305_update(struct shash_desc *desc, const u8 *src, unsigned int srclen) arm_poly1305_update() argument
124 arm_poly1305_update_neon(struct shash_desc *desc, const u8 *src, unsigned int srclen) arm_poly1305_update_neon() argument
/kernel/linux/linux-5.10/arch/s390/crypto/
H A Dghash_s390.c54 ghash_update(struct shash_desc *desc, const u8 *src, unsigned int srclen) ghash_update() argument
/kernel/linux/linux-6.6/arch/arm/crypto/
H A Dpoly1305-glue.c115 arm_poly1305_update(struct shash_desc *desc, const u8 *src, unsigned int srclen) arm_poly1305_update() argument
124 arm_poly1305_update_neon(struct shash_desc *desc, const u8 *src, unsigned int srclen) arm_poly1305_update_neon() argument
/kernel/linux/linux-6.6/arch/arm64/crypto/
H A Dpoly1305-glue.c111 neon_poly1305_update(struct shash_desc *desc, const u8 *src, unsigned int srclen) neon_poly1305_update() argument
H A Dpolyval-ce-glue.c101 polyval_arm64_update(struct shash_desc *desc, const u8 *src, unsigned int srclen) polyval_arm64_update() argument
/kernel/linux/linux-6.6/arch/s390/crypto/
H A Dghash_s390.c54 ghash_update(struct shash_desc *desc, const u8 *src, unsigned int srclen) ghash_update() argument
/kernel/linux/linux-6.6/drivers/crypto/vmx/
H A Dghash.c94 __ghash_blocks(struct p8_ghash_ctx *ctx, struct p8_ghash_desc_ctx *dctx, const u8 *src, unsigned int srclen) __ghash_blocks() argument
117 p8_ghash_update(struct shash_desc *desc, const u8 *src, unsigned int srclen) p8_ghash_update() argument
[all...]
/kernel/linux/linux-6.6/crypto/
H A Dghash-generic.c78 ghash_update(struct shash_desc *desc, const u8 *src, unsigned int srclen) ghash_update() argument
H A Dnhpoly1305.c92 nhpoly1305_units(struct nhpoly1305_state *state, const struct nhpoly1305_key *key, const u8 *src, unsigned int srclen, nh_t nh_fn) nhpoly1305_units() argument
155 crypto_nhpoly1305_update_helper(struct shash_desc *desc, const u8 *src, unsigned int srclen, nh_t nh_fn) crypto_nhpoly1305_update_helper() argument
191 crypto_nhpoly1305_update(struct shash_desc *desc, const u8 *src, unsigned int srclen) crypto_nhpoly1305_update() argument
[all...]
H A Dpolyval-generic.c152 polyval_update(struct shash_desc *desc, const u8 *src, unsigned int srclen) polyval_update() argument
/third_party/curl/lib/
H A Dbase64.c79 size_t srclen = 0; in Curl_base64_decode() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dmemutil.h75 memcat(char* dest, size_t destlen, const char* src, size_t srclen) memcat() argument
/kernel/linux/linux-6.6/fs/smb/server/
H A Dunicode.c342 int smbConvertToUTF16(__le16 *target, const char *source, int srclen, in smbConvertToUTF16() argument
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dpolyval-clmulni_glue.c110 polyval_x86_update(struct shash_desc *desc, const u8 *src, unsigned int srclen) polyval_x86_update() argument
/third_party/cups-filters/cupsfilters/
H A Draster.c42 size_t srclen; /* Length of source string */ in _strlcpy() local
/third_party/node/deps/base64/base64/test/
H A Dtest_base64.c15 size_t srclen = strlen(src); in assert_enc() local
38 size_t srclen = strlen(src); in assert_dec() local
66 size_t srclen = strlen(src); in assert_roundtrip() local
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/NativeAPI/
H A DNativeStablityTest.cpp83 std::string::size_type srclen = strsrc.size(); in StringReplace() local

Completed in 12 milliseconds

12345