函数逻辑报告 |
Source Code:fs\verity\hash_algs.c |
Create Date:2022-07-29 10:58:21 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:sverity_hash_buffer() - hash some data*@alg: the hash algorithm to use*@data: the data to hash*@size: size of data to hash, in bytes*@out: output digest, size 'alg->digest_size' bytes* Hash some data which is located in physically contiguous memory (i
函数原型:int fsverity_hash_buffer(const struct fsverity_hash_alg *alg, const void *data, size_t size, u8 *out)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
const struct fsverity_hash_alg * | alg | |
const void * | data | |
size_t | size | |
u8 * | out |
244 | 初始化散列表项目 |
245 | ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_SLEEP | CRYPTO_TFM_REQ_MAY_BACKLOG, Async ops completion helper functioons, & wait) |
252 | 归零并释放数据结构请求 |
253 | 返回:err |
名称 | 描述 |
---|---|
compute_file_measurement | Compute the file measurement by hashing the fsverity_descriptor excluding the* signature and with the sig_size field set to 0. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |