Function report |
Source Code:include\linux\crypto.h |
Create Date:2022-07-28 05:46:48 |
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_cipher
Proto:static inline struct crypto_cipher *crypto_alloc_cipher(const char *alg_name, u32 type, u32 mask)
Type:struct crypto_cipher
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | alg_name | |
u32 | type | |
u32 | mask |
789 | type &= ~Algorithm masks and types. |
790 | type |= CRYPTO_ALG_TYPE_CIPHER |
791 | mask |= Algorithm masks and types. |
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 |