Home
last modified time | relevance | path

Searched refs:deflate_compress (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/crypto/
H A Ddeflate.c205 static int deflate_compress(struct crypto_tfm *tfm, const u8 *src, in deflate_compress() function
285 .coa_compress = deflate_compress,
/OK3568_Linux_fs/kernel/security/apparmor/
H A Dpolicy_unpack.c1054 static int deflate_compress(const char *src, size_t slen, char **dst, in deflate_compress() function
1141 int error = deflate_compress(udata, data->size, &data->data, in compress_loaddata()