函数逻辑报告 |
Source Code:security\keys\encrypted-keys\ecryptfs_format.c |
Create Date:2022-07-27 20:08:10 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:ryptfs_fill_auth_tok - fill the ecryptfs_auth_tok structure* Fill the ecryptfs_auth_tok structure with required ecryptfs data.* The source code is inspired to the original function generate_payload()* shipped with the software 'ecryptfs-utils' version 83.
函数原型:int ecryptfs_fill_auth_tok(struct ecryptfs_auth_tok *auth_tok, const char *key_desc)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct ecryptfs_auth_tok * | auth_tok | |
const char * | key_desc |
54 | 8-bit major and 8-bit minor 等于major左移8位按位与0xFF00按位或minor按位与0x00FF |
57 | strncpy((char * )signature, key_desc, ECRYPTFS_PASSWORD_SIG_SIZE) |
70 | encrypted_key[0]等于0 |
71 | encrypted_key_size等于0 |
75 | 返回:0 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |