Searched refs:TPMA_NV_BITS (Results 1 – 11 of 11) sorted by relevance
/external/tpm2/ |
D | NV_DefineSpace.c | 52 if ( (attributes.TPMA_NV_COUNTER == SET || attributes.TPMA_NV_BITS == SET) in TPM2_NV_DefineSpace() 94 if( attributes.TPMA_NV_BITS == SET) in TPM2_NV_DefineSpace() 108 && attributes.TPMA_NV_BITS == SET) in TPM2_NV_DefineSpace() 113 if( attributes.TPMA_NV_BITS == SET in TPM2_NV_DefineSpace()
|
D | NV_SetBits.c | 44 if(nvIndex.publicArea.attributes.TPMA_NV_BITS != SET) in TPM2_NV_SetBits()
|
D | NV_Write.c | 46 || nvIndex.publicArea.attributes.TPMA_NV_BITS == SET in TPM2_NV_Write()
|
D | NV.c | 1183 if( nvIndex->publicArea.attributes.TPMA_NV_BITS == SET in NvGetIndexData() 1229 && ( nvIndex->publicArea.attributes.TPMA_NV_BITS == SET in NvGetIntIndexData()
|
D | tpm_types.h | 1561 UINT32 TPMA_NV_BITS : 1; member
|
D | part3.txt | 17604 TPMA_NV_BITS, or TPMA_NV_EXTEND is SET in publicInfo. 17610 If TPMA_NV_COUNTER or TPMA_NV_BITS is SET, then publicInfo→dataSize shall be set to eight (8) or 17636 TPM_RC_ATTRIBUTES if TPMA_NV_BITS is SET. 17746 33 if ( (attributes.TPMA_NV_COUNTER == SET || attributes.TPMA_NV_BITS == SET) 17793 75 if( attributes.TPMA_NV_BITS == SET) 17807 89 && attributes.TPMA_NV_BITS == SET) 17812 94 if( attributes.TPMA_NV_BITS == SET 18206 If TPMA_NV_COUNTER, TPMA_NV_BITS or TPMA_NV_EXTEND of the NV Index is SET, then the 18276 TPM_RC_ATTRIBUTES Index referenced by nvIndex has either TPMA_NV_BITS, 18307 27 || nvIndex.publicArea.attributes.TPMA_NV_BITS == SET [all …]
|
D | part4.txt | 10415 930 if( nvIndex->publicArea.attributes.TPMA_NV_BITS == SET 10462 970 && ( nvIndex->publicArea.attributes.TPMA_NV_BITS == SET
|
/external/tpm2/generator/ |
D | raw_commands.txt | 31771 TPMA_NV_BITS, or TPMA_NV_EXTEND is SET in publicInfo. 31786 If TPMA_NV_COUNTER or TPMA_NV_BITS is SET, then publicInfo→dataSize shall be set to eight (8) or 31825 TPM_RC_ATTRIBUTES if TPMA_NV_BITS is SET. 32069 (attributes.TPMA_NV_COUNTER == SET || attributes.TPMA_NV_BITS == SET) 32187 if( attributes.TPMA_NV_BITS == SET) 32200 && attributes.TPMA_NV_BITS == SET) 32207 attributes.TPMA_NV_BITS == SET 32922 If TPMA_NV_COUNTER, TPMA_NV_BITS or TPMA_NV_EXTEND of the NV Index is SET, then the 33046 Index referenced by nvIndex has either TPMA_NV_BITS, 33137 || nvIndex.publicArea.attributes.TPMA_NV_BITS == SET [all …]
|
D | raw_commands_fixed.txt | 31780 TPMA_NV_BITS, or TPMA_NV_EXTEND is SET in publicInfo. 31795 If TPMA_NV_COUNTER or TPMA_NV_BITS is SET, then publicInfo→dataSize shall be set to eight (8) or 31834 TPM_RC_ATTRIBUTES if TPMA_NV_BITS is SET. 32078 (attributes.TPMA_NV_COUNTER == SET || attributes.TPMA_NV_BITS == SET) 32196 if( attributes.TPMA_NV_BITS == SET) 32209 && attributes.TPMA_NV_BITS == SET) 32216 attributes.TPMA_NV_BITS == SET 32931 If TPMA_NV_COUNTER, TPMA_NV_BITS or TPMA_NV_EXTEND of the NV Index is SET, then the 33055 Index referenced by nvIndex has either TPMA_NV_BITS, 33146 || nvIndex.publicArea.attributes.TPMA_NV_BITS == SET [all …]
|
D | raw_structures.txt | 15402 Only one of TPMA_NV_EXTEND, TPMA_NV_COUNTER, or TPMA_NV_BITS may be set. 15481 TPMA_NV_BITS 15525 TPMA_NV_BITS is SET.
|
D | raw_structures_fixed.txt | 15377 Only one of TPMA_NV_EXTEND, TPMA_NV_COUNTER, or TPMA_NV_BITS may be set. 15456 TPMA_NV_BITS 15498 TPMA_NV_BITS is SET.
|