Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\tpm.h Create Date:2022-07-28 18:29:29
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:tpm2_rc_value

Proto:static inline unsigned int tpm2_rc_value(unsigned int rc)

Type:unsigned int

Parameter:

TypeParameterName
unsigned intrc
393  Return If rc & BIT(7) Then rc & 0xff Else rc
Caller
NameDescribe
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.