Home
last modified time | relevance | path

Searched defs:input (Results 1 – 7 of 7) sorted by relevance

/lib/
Dxxhash.c94 static uint32_t xxh32_round(uint32_t seed, const uint32_t input) in xxh32_round()
102 uint32_t xxh32(const void *input, const size_t len, const uint32_t seed) in xxh32()
156 static uint64_t xxh64_round(uint64_t acc, const uint64_t input) in xxh64_round()
172 uint64_t xxh64(const void *input, const size_t len, const uint64_t seed) in xxh64()
270 int xxh32_update(struct xxh32_state *state, const void *input, const size_t len) in xxh32_update()
377 int xxh64_update(struct xxh64_state *state, const void *input, const size_t len) in xxh64_update()
Ddecompress_unlzo.c41 STATIC inline long INIT parse_header(u8 *input, long *skip, long in_len) in parse_header()
98 STATIC int INIT unlzo(u8 *input, long in_len, in unlzo()
Ddecompress_unlz4.c31 STATIC inline int INIT unlz4(u8 *input, long in_len, in unlz4()
Dsha1.c55 #define SHA_ROUND(t, input, fn, constant, A, B, C, D, E) do { \ argument
/lib/crypto/
Dsha256.c36 static inline void LOAD_OP(int I, u32 *W, const u8 *input) in LOAD_OP()
46 static void sha256_transform(u32 *state, const u8 *input) in sha256_transform()
/lib/zstd/
Ddecompress.c2298 size_t ZSTD_decompressStream(ZSTD_DStream *zds, ZSTD_outBuffer *output, ZSTD_inBuffer *input) in ZSTD_decompressStream()
Dcompress.c3223 size_t ZSTD_compressStream(ZSTD_CStream *zcs, ZSTD_outBuffer *output, ZSTD_inBuffer *input) in ZSTD_compressStream()