Lines Matching refs:tpm_u32

17 		tpm_u32(12),  in tpm2_startup()
18 tpm_u32(TPM2_CC_STARTUP), in tpm2_startup()
38 tpm_u32(11), in tpm2_self_test()
39 tpm_u32(TPM2_CC_SELF_TEST), in tpm2_self_test()
50 tpm_u32(27 + pw_sz), /* Length */ in tpm2_clear()
51 tpm_u32(TPM2_CC_CLEAR), /* Command code */ in tpm2_clear()
54 tpm_u32(handle), /* TPM resource handle */ in tpm2_clear()
57 tpm_u32(9 + pw_sz), /* Authorization size */ in tpm2_clear()
58 tpm_u32(TPM2_RS_PW), /* Session handle */ in tpm2_clear()
85 tpm_u32(33 + TPM2_DIGEST_LEN), /* Length */ in tpm2_pcr_extend()
86 tpm_u32(TPM2_CC_PCR_EXTEND), /* Command code */ in tpm2_pcr_extend()
89 tpm_u32(index), /* Handle (PCR Index) */ in tpm2_pcr_extend()
92 tpm_u32(9), /* Authorization size */ in tpm2_pcr_extend()
93 tpm_u32(TPM2_RS_PW), /* Session handle */ in tpm2_pcr_extend()
99 tpm_u32(1), /* Count (number of hashes) */ in tpm2_pcr_extend()
125 tpm_u32(17 + idx_array_sz), /* Length */ in tpm2_pcr_read()
126 tpm_u32(TPM2_CC_PCR_READ), /* Command code */ in tpm2_pcr_read()
129 tpm_u32(1), /* Number of selections */ in tpm2_pcr_read()
166 tpm_u32(22), /* Length */ in tpm2_get_capability()
167 tpm_u32(TPM2_CC_GET_CAPABILITY), /* Command code */ in tpm2_get_capability()
169 tpm_u32(capability), /* Capability */ in tpm2_get_capability()
170 tpm_u32(property), /* Property */ in tpm2_get_capability()
171 tpm_u32(prop_count), /* Property count */ in tpm2_get_capability()
198 tpm_u32(27 + pw_sz), /* Length */ in tpm2_dam_reset()
199 tpm_u32(TPM2_CC_DAM_RESET), /* Command code */ in tpm2_dam_reset()
202 tpm_u32(TPM2_RH_LOCKOUT), /* TPM resource handle */ in tpm2_dam_reset()
205 tpm_u32(9 + pw_sz), /* Authorization size */ in tpm2_dam_reset()
206 tpm_u32(TPM2_RS_PW), /* Session handle */ in tpm2_dam_reset()
235 tpm_u32(27 + pw_sz + 12), /* Length */ in tpm2_dam_parameters()
236 tpm_u32(TPM2_CC_DAM_PARAMETERS), /* Command code */ in tpm2_dam_parameters()
239 tpm_u32(TPM2_RH_LOCKOUT), /* TPM resource handle */ in tpm2_dam_parameters()
242 tpm_u32(9 + pw_sz), /* Authorization size */ in tpm2_dam_parameters()
243 tpm_u32(TPM2_RS_PW), /* Session handle */ in tpm2_dam_parameters()
283 tpm_u32(offset + oldpw_sz + 2 + newpw_sz), /* Length */ in tpm2_change_auth()
284 tpm_u32(TPM2_CC_HIERCHANGEAUTH), /* Command code */ in tpm2_change_auth()
287 tpm_u32(handle), /* TPM resource handle */ in tpm2_change_auth()
290 tpm_u32(9 + oldpw_sz), /* Authorization size */ in tpm2_change_auth()
291 tpm_u32(TPM2_RS_PW), /* Session handle */ in tpm2_change_auth()
326 tpm_u32(35 + pw_sz + TPM2_DIGEST_LEN), /* Length */ in tpm2_pcr_setauthpolicy()
327 tpm_u32(TPM2_CC_PCR_SETAUTHPOL), /* Command code */ in tpm2_pcr_setauthpolicy()
330 tpm_u32(TPM2_RH_PLATFORM), /* TPM resource handle */ in tpm2_pcr_setauthpolicy()
333 tpm_u32(9 + pw_sz), /* Authorization size */ in tpm2_pcr_setauthpolicy()
334 tpm_u32(TPM2_RS_PW), /* session handle */ in tpm2_pcr_setauthpolicy()
381 tpm_u32(33 + pw_sz + TPM2_DIGEST_LEN), /* Length */ in tpm2_pcr_setauthvalue()
382 tpm_u32(TPM2_CC_PCR_SETAUTHVAL), /* Command code */ in tpm2_pcr_setauthvalue()
385 tpm_u32(index), /* Handle (PCR Index) */ in tpm2_pcr_setauthvalue()
388 tpm_u32(9 + pw_sz), /* Authorization size */ in tpm2_pcr_setauthvalue()
389 tpm_u32(TPM2_RS_PW), /* session handle */ in tpm2_pcr_setauthvalue()