Function report |
Source Code:include\crypto\poly1305.h |
Create Date:2022-07-28 06:44:31 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:poly1305_init
Proto:static inline void poly1305_init(struct poly1305_desc_ctx *desc, const u8 *key)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct poly1305_desc_ctx * | desc | |
const u8 * | key |
46 | If IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_CRYPTO_ARCH_HAVE_LIB_POLY1305) Then poly1305_init_arch(desc, key) |
48 | Else poly1305_init_generic(desc, key) |
Name | Describe |
---|---|
__chacha20poly1305_encrypt | |
__chacha20poly1305_decrypt | |
chacha20poly1305_crypt_sg_inplace |
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 |