函数逻辑报告 |
Source Code:include\linux\tpm.h |
Create Date:2022-07-27 20:03:41 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:tpm_send
函数原型:static inline int tpm_send(struct tpm_chip *chip, void *cmd, size_t buflen)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct tpm_chip * | chip | |
void * | cmd | |
size_t | buflen |
427 | 返回:负ENODEV |
名称 | 描述 |
---|---|
trusted_tpm_send | For key specific tpm requests, we will generate and send our* own TPM command packets using the drivers send function. |
tpm2_seal_trusted | pm2_seal_trusted() - seal the payload of a trusted key*@chip: TPM chip to use*@payload: the key data in clear and encrypted form*@options: authentication values and other options* Return: < 0 on error and 0 on success. |
tpm2_load_cmd | pm2_load_cmd() - execute a TPM2_Load command*@chip: TPM chip to use*@payload: the key data in clear and encrypted form*@options: authentication values and other options*@blob_handle: returned blob handle* Return: 0 on success. |
tpm2_unseal_cmd | pm2_unseal_cmd() - execute a TPM2_Unload command*@chip: TPM chip to use*@payload: the key data in clear and encrypted form*@options: authentication values and other options*@blob_handle: blob handle* Return: 0 on success* -EPERM on tpm error status* < 0 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |