函数逻辑报告 |
Source Code:lib\crypto\des.c |
Create Date:2022-07-27 07:44:57 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Decryption key expansion* No weak key checking is performed, as this is only used by triple DES
函数原型:static void dkey(u32 *pe, const u8 *k)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
u32 * | pe | |
const u8 * | k |
720 | d与等于0x0e |
720 | d左移等于4位 |
720 | d等于Lookup tables for key expansion [d] |
721 | c与等于0x0e |
721 | c左移等于4位 |
721 | c等于Lookup tables for key expansion [c] |
722 | b与等于0x0e |
722 | b左移等于4位 |
722 | b等于Lookup tables for key expansion [b] |
723 | a与等于0x0e |
723 | a左移等于4位 |
723 | a等于Lookup tables for key expansion [a] |
743 | pt加等于512 |
745 | d与等于0xe0 |
745 | d右移等于4位 |
745 | d等于Lookup tables for key expansion [d + 1] |
746 | c与等于0xe0 |
746 | c右移等于4位 |
746 | c等于Lookup tables for key expansion [c + 1] |
747 | b与等于0xe0 |
747 | b右移等于4位 |
747 | b等于Lookup tables for key expansion [b + 1] |
748 | a与等于0xe0 |
748 | a右移等于4位 |
748 | a等于Lookup tables for key expansion [a + 1] |
772 | c与等于0xffff0000 |
名称 | 描述 |
---|---|
des3_ede_expand_key |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |