Function report |
Source Code:include\linux\crypto.h |
Create Date:2022-07-28 05:46:51 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:crypto_alloc_comp
Proto:static inline struct crypto_comp *crypto_alloc_comp(const char *alg_name, u32 type, u32 mask)
Type:struct crypto_comp
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | alg_name | |
u32 | type | |
u32 | mask |
941 | type &= ~Algorithm masks and types. |
942 | type |= CRYPTO_ALG_TYPE_COMPRESS |
943 | mask |= Algorithm masks and types. |
945 | Return __crypto_comp_cast(crypto_alloc_base(alg_name, type, mask)) |
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 |