Function report |
Source Code:lib\crypto\des.c |
Create Date:2022-07-28 06:47:24 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:des_decrypt
Proto:void des_decrypt(const struct des_ctx *ctx, u8 *dst, const u8 *src)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
const struct des_ctx * | ctx | |
u8 * | dst | |
const u8 * | src |
804 | K = expkey + DES_EXPKEY_WORDS - 2 |
808 | L = get_unaligned_le32(src) |
809 | R = get_unaligned_le32(src + 4) |
818 | put_unaligned_le32(R, dst) |
819 | put_unaligned_le32(L, dst + 4) |
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 |