Searched refs:tpm_emulator_ctrlcmd (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/backends/tpm/ |
H A D | tpm_emulator.c | 125 static int tpm_emulator_ctrlcmd(TPMEmulator *tpm, unsigned long cmd, void *msg, in tpm_emulator_ctrlcmd() function 225 if (tpm_emulator_ctrlcmd(tpm_emu, CMD_SET_LOCALITY, &loc, in tpm_emulator_set_locality() 264 if (tpm_emulator_ctrlcmd(tpm_emu, CMD_GET_CAPABILITY, &cap_n, 0, in tpm_emulator_probe_caps() 316 if (tpm_emulator_ctrlcmd(tpm_emu, CMD_STOP, &res, 0, in tpm_emulator_stop_tpm() 344 if (tpm_emulator_ctrlcmd(tpm_emu, CMD_LOCK_STORAGE, &pls, sizeof(pls.u.req), in tpm_emulator_lock_storage() 376 if (tpm_emulator_ctrlcmd(tpm_emu, CMD_SET_BUFFERSIZE, &psbs, in tpm_emulator_set_buffer_size() 424 if (tpm_emulator_ctrlcmd(tpm_emu, CMD_INIT, &init, sizeof(init), in tpm_emulator_startup_tpm_resume() 467 if (tpm_emulator_ctrlcmd(tpm_emu, CMD_GET_TPMESTABLISHED, &est, 0, in tpm_emulator_get_tpm_established_flag() 495 if (tpm_emulator_ctrlcmd(tpm_emu, CMD_RESET_TPMESTABLISHED, in tpm_emulator_reset_tpm_established_flag() 528 if (tpm_emulator_ctrlcmd(tpm_emu, CMD_CANCEL_TPM_CMD, &res, 0, in tpm_emulator_cancel_cmd() [all …]
|