Searched refs:itpm_command (Results 1 – 1 of 1) sorted by relevance
| /illumos-gate/usr/src/uts/common/io/tpm/ |
| H A D | tpm.c | 126 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() 719 itpm_command(tpm_state_t *tpm, uint8_t *buf, size_t bufsiz) in itpm_command() function 2180 ret = itpm_command(tpm, cmdbuf, buflen); in tpmrng_seed_random() 2231 ret = itpm_command(tpm, cmdbuf, buflen); in tpmrng_generate_random()
|