Function report |
Source Code:fs\verity\hash_algs.c |
Create Date:2022-07-28 20:24:39 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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
Proto:int fsverity_hash_buffer(const struct fsverity_hash_alg *alg, const void *data, size_t size, u8 *out)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const struct fsverity_hash_alg * | alg | |
const void * | data | |
size_t | size | |
u8 * | out |
245 | ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_SLEEP | CRYPTO_TFM_REQ_MAY_BACKLOG, Async ops completion helper functioons, & wait) |
253 | Return err |
Name | Describe |
---|---|
compute_file_measurement | Compute the file measurement by hashing the fsverity_descriptor excluding the* signature and with the sig_size field set to 0. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |