Home
last modified time | relevance | path

Searched refs:TPM_ST_VERIFIED (Results 1 – 5 of 5) sorted by relevance

/system/tpm/trunks/generator/
Draw_structures_fixed.txt5983 TPM_ST_VERIFIED
11048 HMACcontextAlg(proof, (TPM_ST_VERIFIED || digest || keyName))
11062 TPM_ST_VERIFIED
11083 tag {TPM_ST_VERIFIED}
11088 error returned when tag is not TPM_ST_VERIFIED
11106 A NULL Verified Ticket is the tuple <TPM_ST_VERIFIED, TPM_RH_NULL, 0x0000>.
Draw_structures.txt6007 TPM_ST_VERIFIED
11020 HMACcontextAlg(proof, (TPM_ST_VERIFIED || digest || keyName))
11034 TPM_ST_VERIFIED
11055 tag {TPM_ST_VERIFIED}
11060 error returned when tag is not TPM_ST_VERIFIED
11078 A NULL Verified Ticket is the tuple <TPM_ST_VERIFIED, TPM_RH_NULL, 0x0000>.
Draw_commands.txt15858 out->validation.tag = TPM_ST_VERIFIED;
23810 HMAC(proof, (TPM_ST_VERIFIED || aHash || keySign→Name))
Draw_commands_fixed.txt15869 out->validation.tag = TPM_ST_VERIFIED;
23821 HMAC(proof, (TPM_ST_VERIFIED || aHash || keySign→Name))
/system/tpm/trunks/
Dtpm_generated.h800 constexpr TPM_ST TPM_ST_VERIFIED = 0x8022; variable