Searched refs:tlcl2_process_command (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/coreboot/src/security/tpm/tss/tcg-2.0/ |
H A D | tss.c | 19 void *tlcl2_process_command(TPM_CC command, void *command_body) in tlcl2_process_command() function 60 response = tlcl2_process_command(TPM2_Startup, &startup); in tlcl2_send_startup() 94 response = tlcl2_process_command(TPM2_Shutdown, &shutdown); in tlcl2_send_shutdown() 165 response = tlcl2_process_command(TPM2_PCR_Extend, &pcr_ext_cmd); in tlcl2_extend() 186 response = tlcl2_process_command(TPM2_Clear, NULL); in tlcl2_force_clear() 203 response = tlcl2_process_command(TPM2_ClearControl, &cc); in tlcl2_clear_control() 229 response = tlcl2_process_command(TPM2_NV_Read, &nv_readc); in tlcl2_read() 275 response = tlcl2_process_command(TPM2_SelfTest, &st); in tlcl2_self_test_full() 289 response = tlcl2_process_command(TPM2_NV_WriteLock, &nv_wl); in tlcl2_lock_nv_write() 316 response = tlcl2_process_command(TPM2_NV_Write, &nv_writec); in tlcl2_write() [all …]
|
/aosp_15_r20/external/coreboot/src/security/tpm/tss/vendor/cr50/ |
H A D | cr50.c | 19 response = tlcl2_process_command(TPM2_CR50_VENDOR_COMMAND, &sub_command); in tlcl_cr50_enable_nvcommits() 42 response = tlcl2_process_command(TPM2_CR50_VENDOR_COMMAND, command_body); in tlcl_cr50_enable_update() 58 response = tlcl2_process_command(TPM2_CR50_VENDOR_COMMAND, &sub_command); in tlcl_cr50_get_recovery_button() 75 response = tlcl2_process_command(TPM2_CR50_VENDOR_COMMAND, &mode_command); in tlcl_cr50_get_tpm_mode() 115 response = tlcl2_process_command(TPM2_CR50_VENDOR_COMMAND, &mode_command); in tlcl_cr50_get_boot_mode() 144 response = tlcl2_process_command(TPM2_CR50_VENDOR_COMMAND, &reset_command_body); in tlcl_cr50_immediate_reset() 159 response = tlcl2_process_command(TPM2_CR50_VENDOR_COMMAND, &reset_cmd); in tlcl_cr50_reset_ec() 185 response = tlcl2_process_command(TPM2_CR50_VENDOR_COMMAND, &factory_config_command); in tlcl_cr50_get_factory_config()
|
/aosp_15_r20/external/coreboot/src/security/tpm/ |
H A D | tss2.h | 45 void *tlcl2_process_command(TPM_CC command, void *command_body);
|