Searched refs:TPM_HEADER_SIZE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/tpm/
H A Dtpm.c60 #define TPM_HEADER_SIZE 10 macro
751 * Should at least receive "the common" 10 bytes (TPM_HEADER_SIZE)
754 if (ret < TPM_HEADER_SIZE) {
874 if (bufsiz < TPM_HEADER_SIZE) {
879 myname, TPM_HEADER_SIZE);
885 size = receive_data(tpm, buf, TPM_HEADER_SIZE);
886 if (size < TPM_HEADER_SIZE) {
908 size += receive_data(tpm, (uint8_t *)&buf[TPM_HEADER_SIZE],
909 expected - TPM_HEADER_SIZE);
1834 if (ret < TPM_HEADER_SIZE) {
[all...]

Completed in 63 milliseconds