函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\tpm.h Create Date:2022-07-27 20:03:39
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:tpm2_rc_value

函数原型:static inline unsigned int tpm2_rc_value(unsigned int rc)

返回类型:unsigned int

参数:

类型参数名称
unsigned intrc
393  返回:如果rc按位与BIT(7)则rc按位与0xff否则rc
调用者
名称描述
tpm2_seal_trustedpm2_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.