Searched refs:cot_decompress (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/crypto/
H A Dcompress.c41 ops->cot_decompress = crypto_decompress; crypto_init_compress_ops()
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_crypto.h177 int (*cot_decompress)(struct crypto_tfm *tfm, member in struct:compress_tfm
379 return tfm->crt_compress.cot_decompress(tfm, src, slen, dst, dlen); crypto_comp_decompress()
/linux-4.1.27/include/linux/
H A Dcrypto.h653 int (*cot_decompress)(struct crypto_tfm *tfm, member in struct:compress_tfm
2397 return crypto_comp_crt(tfm)->cot_decompress(crypto_comp_tfm(tfm), crypto_comp_decompress()

Completed in 99 milliseconds