| Function report | 
| Source Code: include\crypto\curve25519.h | Create Date:2022-07-28 06:45:29 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:curve25519
Proto:static inline bool __must_check curve25519(u8 mypublic[CURVE25519_KEY_SIZE], const u8 secret[CURVE25519_KEY_SIZE], const u8 basepoint[CURVE25519_KEY_SIZE])
Type:bool
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| u8 | mypublic | |
| const u8 | secret | |
| const u8 | basepoint | 
| 36 | If IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_CRYPTO_ARCH_HAVE_LIB_CURVE25519) Then curve25519_arch(mypublic, secret, basepoint) | 
| 38 | Else curve25519_generic(mypublic, secret, basepoint) | 
| 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 |