Searched refs:tpm_transmit_cmd (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/char/tpm/ |
H A D | tpm1-cmd.c | 337 rc = tpm_transmit_cmd(chip, &buf, 0, "attempting to start the TPM"); in tpm1_startup() 476 rc = tpm_transmit_cmd(chip, &buf, TPM_DIGEST_SIZE, log_msg); in tpm1_pcr_extend() 506 rc = tpm_transmit_cmd(chip, &buf, min_cap_length, desc); in tpm1_getcap() 547 rc = tpm_transmit_cmd(chip, &buf, sizeof(out->rng_data_len), in tpm1_get_random() 595 rc = tpm_transmit_cmd(chip, &buf, TPM_DIGEST_SIZE, in tpm1_pcr_read() 629 rc = tpm_transmit_cmd(chip, &buf, 0, "continue selftest"); in tpm1_continue_selftest() 760 rc = tpm_transmit_cmd(chip, &buf, 0, NULL); in tpm1_pm_suspend()
|
H A D | tpm-interface.c | 264 ssize_t tpm_transmit_cmd(struct tpm_chip *chip, struct tpm_buf *buf, in tpm_transmit_cmd() function 289 EXPORT_SYMBOL_GPL(tpm_transmit_cmd);
|
H A D | tpm2-space.c | 87 rc = tpm_transmit_cmd(chip, &tbuf, 4, NULL); in tpm2_load_context() 138 rc = tpm_transmit_cmd(chip, &tbuf, 0, NULL); in tpm2_save_context()
|
H A D | tpm2-sessions.c | 193 rc = tpm_transmit_cmd(chip, &buf, 0, "read public"); in tpm2_read_public() 1019 rc = tpm_ret_to_err(tpm_transmit_cmd(chip, &buf, 0, "StartAuthSession")); in tpm2_start_auth_session() 1330 rc = tpm_transmit_cmd(chip, &buf, 0, in tpm2_create_primary()
|
H A D | tpm_vtpm_proxy.c | 415 rc = tpm_transmit_cmd(chip, &buf, 0, "attempting to set locality"); in vtpm_proxy_request_locality()
|
H A D | tpm-sysfs.c | 52 if (tpm_transmit_cmd(chip, &tpm_buf, READ_PUBEK_RESULT_MIN_BODY_SIZE, in pubek_show()
|
/linux/security/keys/trusted-keys/ |
H A D | trusted_tpm2.c | 335 rc = tpm_transmit_cmd(chip, &buf, 4, "sealing data"); in tpm2_seal_trusted() 460 rc = tpm_transmit_cmd(chip, &buf, 4, "loading blob"); in tpm2_load_cmd() 535 rc = tpm_transmit_cmd(chip, &buf, 6, "unsealing"); in tpm2_unseal_cmd()
|
H A D | trusted_tpm1.c | 373 rc = tpm_transmit_cmd(chip, &buf, 4, "sending data"); in trusted_tpm_send()
|
/linux/include/linux/ |
H A D | tpm.h | 466 extern ssize_t tpm_transmit_cmd(struct tpm_chip *chip, struct tpm_buf *buf,
|