Lines Matching refs:unpack3_UINT16
93 inline int unpack3_UINT16(BYTE* ptr, UINT32* pos, UINT32 max, UINT16 *t) in unpack3_UINT16() function
194 #define unpack3_TPM_PROTOCOL_ID(p, l, m, t) unpack3_UINT16(p, l, m, t)
196 #define unpack3_TPM_ENTITY_TYPE(p, l, m, t) unpack3_UINT16(p, l, m, t)
198 #define unpack3_TPM_KEY_USAGE(p, l, m, t) unpack3_UINT16(p, l, m, t)
199 #define unpack3_TPM_STARTUP_TYPE(p, l, m, t) unpack3_UINT16(p, l, m, t)
201 #define unpack3_TPM_ENC_SCHEME(p, l, m, t) unpack3_UINT16(p, l, m, t)
202 #define unpack3_TPM_SIG_SCHEME(p, l, m, t) unpack3_UINT16(p, l, m, t)
203 #define unpack3_TPM_MIGRATE_SCHEME(p, l, m, t) unpack3_UINT16(p, l, m, t)
204 #define unpack3_TPM_PHYSICAL_PRESENCE(p, l, m, t) unpack3_UINT16(p, l, m, t)
339 #define unpack3_TPM_STRUCTURE_TAG(p, l, m, t) unpack3_UINT16(p, l, m, t)
488 unpack3_UINT16(ptr, pos, max, &k->encScheme) || in unpack3_TPM_SYMMETRIC_KEY()
489 unpack3_UINT16(ptr, pos, max, &k->size) || in unpack3_TPM_SYMMETRIC_KEY()
622 return unpack3_UINT16(ptr, pos, max, &p->sizeOfSelect) || in unpack3_TPM_PCR_SELECTION()
918 unpack3_UINT16(ptr, pos, max, tag) || in unpack3_TPM_RQU_HEADER()