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_has_comp
Proto:static inline int crypto_has_comp(const char *alg_name, u32 type, u32 mask)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | alg_name | |
u32 | type | |
u32 | mask |
960 | type &= ~Algorithm masks and types. |
961 | type |= CRYPTO_ALG_TYPE_COMPRESS |
962 | mask |= Algorithm masks and types. |
964 | Return crypto_has_alg(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 |