函数逻辑报告 |
Source Code:fs\crypto\fname.c |
Create Date:2022-07-29 10:57:00 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:scrypt_fname_alloc_buffer - allocate a buffer for presented filenames* Allocate a buffer that is large enough to hold any decrypted or encoded* filename (null-terminated), for the given maximum encrypted filename length
函数原型:int fscrypt_fname_alloc_buffer(const struct inode *inode, unsigned int max_encrypted_len, struct fscrypt_str *crypto_str)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
const struct inode * | inode | |
unsigned int | max_encrypted_len | |
struct fscrypt_str * | crypto_str |
219 | len等于max_presented_len |
220 | 返回:0 |
名称 | 描述 |
---|---|
fscrypt_get_symlink | scrypt_get_symlink - get the target of an encrypted symlink*@inode: the symlink inode*@caddr: the on-disk contents of the symlink*@max_size: size of @caddr buffer*@done: if successful, will be set up to free the returned target if needed |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |