Searched refs:MAX_ORDERLY_COUNT (Results 1 – 10 of 10) sorted by relevance
/external/tpm2/ |
D | NV_Increment.c | 59 && (countValue & MAX_ORDERLY_COUNT) == 0) in TPM2_NV_Increment()
|
D | PropertyCap.c | 178 *value = MAX_ORDERLY_COUNT; in TPMPropertyIsDefined()
|
D | Implementation.h | 278 #define MAX_ORDERLY_COUNT ((1<<ORDERLY_BITS)-1) macro
|
D | NV.c | 910 counter |= MAX_ORDERLY_COUNT; in NvEntityStartup()
|
D | part3.txt | 17567 becomes as large as MAX_ORDERLY_COUNT, this shall be another occasion for updating the non- 17572 TPM shutdown was not orderly, then the TPM shall OR MAX_ORDERLY_COUNT to the contents of the 17576 … equal to MAX_ORDERLY_COUNT + 1, the highest value that could have been in the NV Index is 17577 MAX_ORDERLY_COUNT so it is safe to restore that value. 17581 RAM version of the counter to MAX_ORDERLY_COUNT and no update of NV is necessary. 18359 field is greater than MAX_ORDERLY_COUNT, then the non-volatile version of the counter is updated. 18363 … for the counter Index will be advanced by MAX_ORDERLY_COUNT at the next TPM2_Startup(). 18367 … past the maximum allowed value (MAX_ORDERLY_COUNT), the non-volatile version of the count is 18465 45 && (countValue & MAX_ORDERLY_COUNT) == 0)
|
D | part4.txt | 10089 717 counter |= MAX_ORDERLY_COUNT; 18539 157 *value = MAX_ORDERLY_COUNT; 24468 236 #define MAX_ORDERLY_COUNT ((1<<ORDERLY_BITS)-1)
|
/external/tpm2/generator/ |
D | raw_commands_fixed.txt | 31733 becomes as large as MAX_ORDERLY_COUNT, this shall be another occasion for updating the nonvolatile … 31737 TPM shutdown was not orderly, then the TPM shall OR MAX_ORDERLY_COUNT to the contents of the 31742 equal to MAX_ORDERLY_COUNT + 1, the highest value that could have been in the NV Index is 31743 MAX_ORDERLY_COUNT so it is safe to restore that value. 31749 RAM version of the counter to MAX_ORDERLY_COUNT and no update of NV is necessary. 33237 field is greater than MAX_ORDERLY_COUNT, then the non-volatile version of the counter is updated. 33242 for the counter Index will be advanced by MAX_ORDERLY_COUNT at the next TPM2_Startup(). 33248 past the maximum allowed value (MAX_ORDERLY_COUNT), the non-volatile version of the count is 33449 && (countValue & MAX_ORDERLY_COUNT) == 0)
|
D | raw_commands.txt | 31724 becomes as large as MAX_ORDERLY_COUNT, this shall be another occasion for updating the nonvolatile … 31728 TPM shutdown was not orderly, then the TPM shall OR MAX_ORDERLY_COUNT to the contents of the 31733 equal to MAX_ORDERLY_COUNT + 1, the highest value that could have been in the NV Index is 31734 MAX_ORDERLY_COUNT so it is safe to restore that value. 31740 RAM version of the counter to MAX_ORDERLY_COUNT and no update of NV is necessary. 33228 field is greater than MAX_ORDERLY_COUNT, then the non-volatile version of the counter is updated. 33233 for the counter Index will be advanced by MAX_ORDERLY_COUNT at the next TPM2_Startup(). 33239 past the maximum allowed value (MAX_ORDERLY_COUNT), the non-volatile version of the count is 33440 && (countValue & MAX_ORDERLY_COUNT) == 0)
|
D | raw_structures.txt | 6526 The returned value is MAX_ORDERLY_COUNT. 17724 MAX_ORDERLY_COUNT
|
D | raw_structures_fixed.txt | 6531 The returned value is MAX_ORDERLY_COUNT. 17689 MAX_ORDERLY_COUNT
|