Searched refs:tpm_transmit_cmd (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.4/drivers/char/tpm/ | 
| D | tpm2-cmd.c | 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() [all …] 
 | 
| D | tpm1-cmd.c | 337 	rc = tpm_transmit_cmd(chip, &buf, 0, "attempting to start the TPM");  in tpm1_startup() 461 	rc = tpm_transmit_cmd(chip, &buf, TPM_DIGEST_SIZE, log_msg);  in tpm1_pcr_extend() 491 	rc = tpm_transmit_cmd(chip, &buf, min_cap_length, desc);  in tpm1_getcap() 532 		rc = tpm_transmit_cmd(chip, &buf, sizeof(out->rng_data_len),  in tpm1_get_random() 580 	rc = tpm_transmit_cmd(chip, &buf, TPM_DIGEST_SIZE,  in tpm1_pcr_read() 614 	rc = tpm_transmit_cmd(chip, &buf, 0, "continue selftest");  in tpm1_continue_selftest() 740 		rc = tpm_transmit_cmd(chip, &buf, 0, NULL);  in tpm1_pm_suspend()
  | 
| D | tpm-interface.c | 212 ssize_t tpm_transmit_cmd(struct tpm_chip *chip, struct tpm_buf *buf,  in tpm_transmit_cmd()  function 236 EXPORT_SYMBOL_GPL(tpm_transmit_cmd); 362 	rc = tpm_transmit_cmd(chip, &buf, 0, "attempting to a send a command");  in tpm_send()
  | 
| D | tpm2-space.c | 84 	rc = tpm_transmit_cmd(chip, &tbuf, 4, NULL);  in tpm2_load_context() 132 	rc = tpm_transmit_cmd(chip, &tbuf, 0, NULL);  in tpm2_save_context()
  | 
| D | tpm-sysfs.c | 52 	if (tpm_transmit_cmd(chip, &tpm_buf, READ_PUBEK_RESULT_MIN_BODY_SIZE,  in pubek_show()
  | 
| D | tpm.h | 381 ssize_t tpm_transmit_cmd(struct tpm_chip *chip, struct tpm_buf *buf,
  | 
| D | tpm_vtpm_proxy.c | 414 	rc = tpm_transmit_cmd(chip, &buf, 0, "attempting to set locality");  in vtpm_proxy_request_locality()
  |