Searched refs:lz4hc_init (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/crypto/
H A Dlz4hc.c30 static int lz4hc_init(struct crypto_tfm *tfm) lz4hc_init() function
85 .cra_init = lz4hc_init,
/linux-4.4.14/lib/lz4/
H A Dlz4hc_compress.c50 static inline int lz4hc_init(struct lz4hc_data *hc4, const u8 *base) lz4hc_init() function
523 lz4hc_init(hc4, (const u8 *)src); lz4hc_compress()

Completed in 76 milliseconds