Searched refs:itpm_command (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/uts/common/io/tpm/ |
H A D | tpm.c | 125 static int itpm_command(tpm_state_t *tpm, uint8_t *buf, size_t bufsiz); 422 ret = itpm_command(tpm, buf, sizeof (buf)); in tpm_get_timeouts() 508 ret = itpm_command(tpm, buf, sizeof (buf)); in tpm_get_duration() 585 ret = itpm_command(tpm, buf, sizeof (buf)); in tpm_get_version() 655 ret = itpm_command(tpm, buf, sizeof (buf)); in tpm_continue_selftest() 720 itpm_command(tpm_state_t *tpm, uint8_t *buf, size_t bufsiz) in itpm_command() function 2183 ret = itpm_command(tpm, cmdbuf, buflen); in tpmrng_seed_random() 2234 ret = itpm_command(tpm, cmdbuf, buflen); in tpmrng_generate_random()
|