Searched defs:input (Results 1 – 7 of 7) sorted by relevance
/lib/ |
D | xxhash.c | 94 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()
|
D | decompress_unlzo.c | 41 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()
|
D | decompress_unlz4.c | 31 STATIC inline int INIT unlz4(u8 *input, long in_len, in unlz4()
|
D | sha1.c | 55 #define SHA_ROUND(t, input, fn, constant, A, B, C, D, E) do { \ argument
|
/lib/crypto/ |
D | sha256.c | 36 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/ |
D | decompress.c | 2298 size_t ZSTD_decompressStream(ZSTD_DStream *zds, ZSTD_outBuffer *output, ZSTD_inBuffer *input) in ZSTD_decompressStream()
|
D | compress.c | 3223 size_t ZSTD_compressStream(ZSTD_CStream *zcs, ZSTD_outBuffer *output, ZSTD_inBuffer *input) in ZSTD_compressStream()
|