函数逻辑报告 |
Source Code:security\integrity\ima\ima_crypto.c |
Create Date:2022-07-27 22:01:12 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:calc_buffer_ahash_atfm
函数原型:static int calc_buffer_ahash_atfm(const void *buf, loff_t len, struct ima_digest_data *hash, struct crypto_ahash *tfm)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
const void * | buf | |
loff_t | len | |
struct ima_digest_data * | hash | |
struct crypto_ahash * | tfm |
538 | ahash_rc等于0 |
546 | crypto_init_wait( & wait) |
547 | ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG | CRYPTO_TFM_REQ_MAY_SLEEP, Async ops completion helper functioons, & wait) |
555 | 初始化散列表项目 |
558 | ahash_rc等于rypto_ahash_update() - add data to message digest for processing*@req: ahash_request handle that was previously initialized with the* crypto_ahash_init call |
561 | rc等于ahash_wait(ahash_rc, & wait) |
562 | 如果非rc则 |
566 | out : |
567 | 归零并释放数据结构请求 |
568 | 返回:rc |
名称 | 描述 |
---|---|
calc_buffer_ahash |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |