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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dcompress.c41 ops->cot_decompress = crypto_decompress;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dcompress.c55 ops->cot_decompress = crypto_decompress;
H A Drtl_crypto.h180 int (*cot_decompress)(struct crypto_tfm *tfm, member in struct:compress_tfm
382 return tfm->crt_compress.cot_decompress(tfm, src, slen, dst, dlen);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Drtl_crypto.h180 int (*cot_decompress)(struct crypto_tfm *tfm, member in struct:compress_tfm
382 return tfm->crt_compress.cot_decompress(tfm, src, slen, dst, dlen);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcrypto.h382 int (*cot_decompress)(struct crypto_tfm *tfm, member in struct:compress_tfm
1275 return crypto_comp_crt(tfm)->cot_decompress(crypto_comp_tfm(tfm),

Completed in 60 milliseconds