Searched refs:locality_attributes (Results 1 – 1 of 1) sorted by relevance
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/ |
D | Locality.c | 48 TPMA_LOCALITY locality_attributes; in LocalityGetAttributes() local 49 BYTE *localityAsByte = (BYTE *)&locality_attributes; in LocalityGetAttributes() 51 MemorySet(&locality_attributes, 0, sizeof(TPMA_LOCALITY)); in LocalityGetAttributes() 55 SET_ATTRIBUTE(locality_attributes, TPMA_LOCALITY, TPM_LOC_ZERO); in LocalityGetAttributes() 58 SET_ATTRIBUTE(locality_attributes, TPMA_LOCALITY, TPM_LOC_ONE); in LocalityGetAttributes() 61 SET_ATTRIBUTE(locality_attributes, TPMA_LOCALITY, TPM_LOC_TWO); in LocalityGetAttributes() 64 SET_ATTRIBUTE(locality_attributes, TPMA_LOCALITY, TPM_LOC_THREE); in LocalityGetAttributes() 67 SET_ATTRIBUTE(locality_attributes, TPMA_LOCALITY, TPM_LOC_FOUR); in LocalityGetAttributes() 74 return locality_attributes; in LocalityGetAttributes()
|