Home
last modified time | relevance | path

Searched refs:TPM_PARAM_SIZE (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dtpm.c75 #define TPM_PARAM_SIZE 0x0001 /* that's a flag */ macro
586 NULL, TPM_PARAM_SIZE)) != 0) { in tpm12_rng()
724 NULL, TPM_PARAM_SIZE)) != 0) { in tpm20_rng()
903 if ((flags & TPM_PARAM_SIZE) == 0 && cnt >= 6) in tpm_tis12_read()
1097 if ((rv = (*sc->sc_intf->read)(sc, buf, len, NULL, TPM_PARAM_SIZE))) { in tpmread()