Function report |
Source Code:lib\crypto\des.c |
Create Date:2022-07-28 06:47:25 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:des3_ede_expand_key
Proto:int des3_ede_expand_key(struct des3_ede_ctx *ctx, const u8 *key, unsigned int keylen)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct des3_ede_ctx * | ctx | |
const u8 * | key | |
unsigned int | keylen |
829 | If keylen != DES3_EDE_KEY_SIZE Then Return -EINVAL |
836 | pe += DES_EXPKEY_WORDS |
836 | key += DES_KEY_SIZE |
837 | pe += DES_EXPKEY_WORDS |
837 | key += DES_KEY_SIZE |
840 | Return err |
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 |