Lines Matching refs:tpm_transmit_cmd
212 rc = tpm_transmit_cmd(chip, &buf, 0, "attempting to read a pcr value"); in tpm2_pcr_read()
279 rc = tpm_transmit_cmd(chip, &buf, 0, "attempting extend a PCR value"); in tpm2_pcr_extend()
323 err = tpm_transmit_cmd(chip, &buf, in tpm2_get_random()
376 tpm_transmit_cmd(chip, &buf, 0, "flushing context"); in tpm2_flush_context()
490 rc = tpm_transmit_cmd(chip, &buf, 4, "sealing data"); in tpm2_seal_trusted()
571 rc = tpm_transmit_cmd(chip, &buf, 4, "loading blob"); in tpm2_load_cmd()
620 rc = tpm_transmit_cmd(chip, &buf, 6, "unsealing"); in tpm2_unseal_cmd()
705 rc = tpm_transmit_cmd(chip, &buf, 0, NULL); in tpm2_get_tpm_pt()
735 tpm_transmit_cmd(chip, &buf, 0, "stopping the TPM"); in tpm2_shutdown()
764 rc = tpm_transmit_cmd(chip, &buf, 0, in tpm2_do_selftest()
801 rc = tpm_transmit_cmd(chip, &buf, 0, NULL); in tpm2_probe()
866 rc = tpm_transmit_cmd(chip, &buf, 9, "get tpm pcr allocation"); in tpm2_get_pcr_allocation()
955 rc = tpm_transmit_cmd(chip, &buf, 9 + 4 * nr_commands, NULL); in tpm2_get_cc_attrs_tbl()
1012 rc = tpm_transmit_cmd(chip, &buf, 0, "attempting to start the TPM"); in tpm2_startup()