函数逻辑报告 |
Source Code:fs\crypto\fname.c |
Create Date:2022-07-29 10:56:59 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:base64_decode
函数原型:static int base64_decode(const char *src, int len, u8 *dst)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
const char * | src | |
int | len | |
u8 * | dst |
165 | p等于strchr - Find the first occurrence of the character c in the string s.*@s: the string to be searched*@c: the character to search for |
168 | ac加等于p减lookup_table左移bits位 |
169 | bits加等于6 |
170 | 如果bits大于等于8则 |
176 | 如果ac则返回:负1 |
名称 | 描述 |
---|---|
fscrypt_setup_filename | scrypt_setup_filename() - prepare to search a possibly encrypted directory*@dir: the directory that will be searched*@iname: the user-provided filename being searched for*@lookup: 1 if we're allowed to proceed without the key because it's* ->lookup() or |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |