函数逻辑报告 |
Source Code:fs\crypto\fscrypt_private.h |
Create Date:2022-07-29 10:56:46 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:fscrypt_valid_enc_modes
函数原型:static inline bool fscrypt_valid_enc_modes(unsigned int contents_mode, unsigned int filenames_mode)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned int | contents_mode | |
unsigned int | filenames_mode |
212 | 如果contents_mode恒等于FSCRYPT_MODE_AES_128_CBC且filenames_mode恒等于FSCRYPT_MODE_AES_128_CTS则返回:true |
216 | 如果contents_mode恒等于Encryption algorithms 且filenames_mode恒等于FSCRYPT_MODE_AES_256_CTS则返回:true |
220 | 如果contents_mode恒等于FSCRYPT_MODE_ADIANTUM且filenames_mode恒等于FSCRYPT_MODE_ADIANTUM则返回:true |
224 | 返回:false |
名称 | 描述 |
---|---|
fscrypt_supported_policy | |
fscrypt_supported_policy | scrypt_supported_policy - check whether an encryption policy is supported* Given an encryption policy, check whether all its encryption modes and other* settings are supported by this kernel |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |