Function report |
Source Code:include\linux\crypto.h |
Create Date:2022-07-28 05:46:52 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:crypto_comp_compress
Proto:static inline int crypto_comp_compress(struct crypto_comp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct crypto_comp * | tfm | |
const u8 * | src | |
unsigned int | slen | |
u8 * | dst | |
unsigned int * | dlen |
981 | Return cot_compress(crypto_comp_tfm(tfm), src, slen, dst, dlen) |
Name | Describe |
---|---|
zswap_frontswap_store | attempts to compress and store an single page |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |