Searched refs:deflate_compress (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | deflate.c | 205 static int deflate_compress(struct crypto_tfm *tfm, const u8 *src, in deflate_compress() function 285 .coa_compress = deflate_compress,
|
/kernel/linux/linux-6.6/crypto/ |
H A D | deflate.c | 205 static int deflate_compress(struct crypto_tfm *tfm, const u8 *src, in deflate_compress() function 285 .coa_compress = deflate_compress,
|
/kernel/linux/linux-5.10/security/apparmor/ |
H A D | policy_unpack.c | 1063 static int deflate_compress(const char *src, size_t slen, char **dst, in deflate_compress() function 1150 int error = deflate_compress(udata, data->size, &data->data, in compress_loaddata()
|
Completed in 4 milliseconds