Lines Matching refs:tpm_u32
707 tpm_u32(12), in tpm2_startup()
708 tpm_u32(TPM2_CC_STARTUP), in tpm2_startup()
728 tpm_u32(11), in tpm2_self_test()
729 tpm_u32(TPM2_CC_SELF_TEST), in tpm2_self_test()
768 tpm_u32(offset + pw_sz), /* Length */ in tpm2_clear()
769 tpm_u32(TPM2_CC_CLEAR), /* Command code */ in tpm2_clear()
772 tpm_u32(handle), /* TPM resource handle */ in tpm2_clear()
775 tpm_u32(9 + pw_sz), /* Authorization size */ in tpm2_clear()
776 tpm_u32(TPM2_RS_PW), /* Session handle */ in tpm2_clear()
814 tpm_u32(offset + nv_policy_size + 2),/* Length */ in tpm2_nv_define_space()
815 tpm_u32(TPM2_CC_NV_DEFINE_SPACE),/* Command code */ in tpm2_nv_define_space()
818 tpm_u32(TPM2_RH_PLATFORM), /* Primary platform seed */ in tpm2_nv_define_space()
821 tpm_u32(9), /* Header size */ in tpm2_nv_define_space()
822 tpm_u32(TPM2_RS_PW), /* Password authorisation */ in tpm2_nv_define_space()
829 tpm_u32(space_index), in tpm2_nv_define_space()
831 tpm_u32(nv_attributes), in tpm2_nv_define_space()
860 tpm_u32(offset + digest_len), /* Length */ in tpm2_pcr_extend()
861 tpm_u32(TPM2_CC_PCR_EXTEND), /* Command code */ in tpm2_pcr_extend()
864 tpm_u32(index), /* Handle (PCR Index) */ in tpm2_pcr_extend()
867 tpm_u32(9), /* Authorization size */ in tpm2_pcr_extend()
868 tpm_u32(TPM2_RS_PW), /* Session handle */ in tpm2_pcr_extend()
876 tpm_u32(1), /* Count (number of hashes) */ in tpm2_pcr_extend()
901 tpm_u32(10 + 8 + 4 + 9 + 4), /* Length */ in tpm2_nv_read_value()
902 tpm_u32(TPM2_CC_NV_READ), /* Command code */ in tpm2_nv_read_value()
905 tpm_u32(TPM2_RH_PLATFORM), /* Primary platform seed */ in tpm2_nv_read_value()
906 tpm_u32(HR_NV_INDEX + index), /* Password authorisation */ in tpm2_nv_read_value()
909 tpm_u32(9), /* Authorization size */ in tpm2_nv_read_value()
910 tpm_u32(TPM2_RS_PW), /* Session handle */ in tpm2_nv_read_value()
949 tpm_u32(len), /* Length */ in tpm2_nv_write_value()
950 tpm_u32(TPM2_CC_NV_WRITE), /* Command code */ in tpm2_nv_write_value()
953 tpm_u32(auth), /* Primary platform seed */ in tpm2_nv_write_value()
954 tpm_u32(HR_NV_INDEX + index), /* Password authorisation */ in tpm2_nv_write_value()
957 tpm_u32(9), /* Authorization size */ in tpm2_nv_write_value()
958 tpm_u32(TPM2_RS_PW), /* Session handle */ in tpm2_nv_write_value()
987 tpm_u32(17 + idx_array_sz), /* Length */ in tpm2_pcr_read()
988 tpm_u32(TPM2_CC_PCR_READ), /* Command code */ in tpm2_pcr_read()
991 tpm_u32(1), /* Number of selections */ in tpm2_pcr_read()
1031 tpm_u32(22), /* Length */ in tpm2_get_capability()
1032 tpm_u32(TPM2_CC_GET_CAPABILITY), /* Command code */ in tpm2_get_capability()
1034 tpm_u32(capability), /* Capability */ in tpm2_get_capability()
1035 tpm_u32(property), /* Property */ in tpm2_get_capability()
1036 tpm_u32(prop_count), /* Property count */ in tpm2_get_capability()
1188 tpm_u32(27 + pw_sz), /* Length */ in tpm2_dam_reset()
1189 tpm_u32(TPM2_CC_DAM_RESET), /* Command code */ in tpm2_dam_reset()
1192 tpm_u32(TPM2_RH_LOCKOUT), /* TPM resource handle */ in tpm2_dam_reset()
1195 tpm_u32(9 + pw_sz), /* Authorization size */ in tpm2_dam_reset()
1196 tpm_u32(TPM2_RS_PW), /* Session handle */ in tpm2_dam_reset()
1226 tpm_u32(27 + pw_sz + 12), /* Length */ in tpm2_dam_parameters()
1227 tpm_u32(TPM2_CC_DAM_PARAMETERS), /* Command code */ in tpm2_dam_parameters()
1230 tpm_u32(TPM2_RH_LOCKOUT), /* TPM resource handle */ in tpm2_dam_parameters()
1233 tpm_u32(9 + pw_sz), /* Authorization size */ in tpm2_dam_parameters()
1234 tpm_u32(TPM2_RS_PW), /* Session handle */ in tpm2_dam_parameters()
1275 tpm_u32(offset + oldpw_sz + 2 + newpw_sz), /* Length */ in tpm2_change_auth()
1276 tpm_u32(TPM2_CC_HIERCHANGEAUTH), /* Command code */ in tpm2_change_auth()
1279 tpm_u32(handle), /* TPM resource handle */ in tpm2_change_auth()
1282 tpm_u32(9 + oldpw_sz), /* Authorization size */ in tpm2_change_auth()
1283 tpm_u32(TPM2_RS_PW), /* Session handle */ in tpm2_change_auth()
1318 tpm_u32(35 + pw_sz + TPM2_DIGEST_LEN), /* Length */ in tpm2_pcr_setauthpolicy()
1319 tpm_u32(TPM2_CC_PCR_SETAUTHPOL), /* Command code */ in tpm2_pcr_setauthpolicy()
1322 tpm_u32(TPM2_RH_PLATFORM), /* TPM resource handle */ in tpm2_pcr_setauthpolicy()
1325 tpm_u32(9 + pw_sz), /* Authorization size */ in tpm2_pcr_setauthpolicy()
1326 tpm_u32(TPM2_RS_PW), /* session handle */ in tpm2_pcr_setauthpolicy()
1374 tpm_u32(33 + pw_sz + TPM2_DIGEST_LEN), /* Length */ in tpm2_pcr_setauthvalue()
1375 tpm_u32(TPM2_CC_PCR_SETAUTHVAL), /* Command code */ in tpm2_pcr_setauthvalue()
1378 tpm_u32(index), /* Handle (PCR Index) */ in tpm2_pcr_setauthvalue()
1381 tpm_u32(9 + pw_sz), /* Authorization size */ in tpm2_pcr_setauthvalue()
1382 tpm_u32(TPM2_RS_PW), /* session handle */ in tpm2_pcr_setauthvalue()
1418 tpm_u32(12), in tpm2_get_random()
1419 tpm_u32(TPM2_CC_GET_RANDOM), in tpm2_get_random()
1463 tpm_u32(10 + 8 + 13), /* Length */ in tpm2_write_lock()
1464 tpm_u32(TPM2_CC_NV_WRITELOCK), /* Command code */ in tpm2_write_lock()
1467 tpm_u32(TPM2_RH_PLATFORM), /* Primary platform seed */ in tpm2_write_lock()
1468 tpm_u32(HR_NV_INDEX + index), /* Password authorisation */ in tpm2_write_lock()
1471 tpm_u32(9), /* Header size */ in tpm2_write_lock()
1472 tpm_u32(TPM2_RS_PW), /* Password authorisation */ in tpm2_write_lock()
1487 tpm_u32(10 + 4 + 13 + 5), /* Length */ in tpm2_disable_platform_hierarchy()
1488 tpm_u32(TPM2_CC_HIER_CONTROL), /* Command code */ in tpm2_disable_platform_hierarchy()
1491 tpm_u32(TPM2_RH_PLATFORM), /* Primary platform seed */ in tpm2_disable_platform_hierarchy()
1494 tpm_u32(9), /* Header size */ in tpm2_disable_platform_hierarchy()
1495 tpm_u32(TPM2_RS_PW), /* Password authorisation */ in tpm2_disable_platform_hierarchy()
1501 tpm_u32(TPM2_RH_PLATFORM), /* Hierarchy to disable */ in tpm2_disable_platform_hierarchy()
1528 tpm_u32(10 + 2), /* Length */ in tpm2_report_state()
1529 tpm_u32(vendor_cmd), /* Command code */ in tpm2_report_state()
1553 tpm_u32(10 + 2), /* Length */ in tpm2_enable_nvcommits()
1554 tpm_u32(vendor_cmd), /* Command code */ in tpm2_enable_nvcommits()