/external/tpm2/ |
D | LocalityPlat.c | 37 unsigned char locality in _plat__LocalitySet() argument 40 if(locality > 4 && locality < 32) in _plat__LocalitySet() 41 locality = 0; in _plat__LocalitySet() 42 s_locality = locality; in _plat__LocalitySet()
|
D | Locality.c | 18 UINT8 locality // IN: locality value in LocalityGetAttributes() argument 24 switch(locality) in LocalityGetAttributes() 42 pAssert(locality < 256 && locality > 31); in LocalityGetAttributes() 43 *localityAsByte = locality; in LocalityGetAttributes()
|
D | Startup.c | 30 BYTE locality = _plat__LocalityGet(); in TPM2_Startup() local 33 if(locality != 0 && locality != 3) in TPM2_Startup() 37 locality = 0; in TPM2_Startup() 38 g_StartupLocality3 = (locality == 3); in TPM2_Startup() 134 PCRStartup(startup, locality); in TPM2_Startup()
|
D | TPMCmdp.c | 172 unsigned char locality, in _rpc__Send_Command() argument 183 _plat__LocalitySet(locality); in _rpc__Send_Command()
|
D | Locality_fp.h | 10 TPMA_LOCALITY LocalityGetAttributes(UINT8 locality // IN: locality value
|
D | TcpServer.c | 458 BYTE locality; in TpmServer() local 489 ok = ReadBytes(s, (char*) &locality, 1); in TpmServer() 507 _rpc__Send_Command(locality, InBuffer, &OutBuffer); in TpmServer()
|
D | PolicyLocality_fp.h | 14 TPMA_LOCALITY locality; member
|
D | TpmTcpProtocol.h | 70 unsigned char locality,
|
D | Marshal_PolicyLocality.c | 18 result = TPMA_LOCALITY_Unmarshal(&target->locality, buffer, size); in PolicyLocality_In_Unmarshal()
|
D | PolicyLocality.c | 40 marshalSize = TPMA_LOCALITY_Marshal(&in->locality, &buffer, &bufferSize); in TPM2_PolicyLocality()
|
D | PCR_fp.h | 89 BYTE locality // IN: startup locality
|
D | SessionProcess.c | 738 UINT8 locality; in CheckPolicyAuthSession() local 796 locality = _plat__LocalityGet(); in CheckPolicyAuthSession() 797 if (locality < 5) in CheckPolicyAuthSession() 799 if( ((sessionLocality[0] & (1 << locality)) == 0) in CheckPolicyAuthSession() 803 else if (locality > 31) in CheckPolicyAuthSession() 805 if(sessionLocality[0] != locality) in CheckPolicyAuthSession()
|
D | PCR.c | 468 BYTE locality // IN: startup locality in PCRStartup() argument 519 pcrData[pcrSize-1] = locality; in PCRStartup()
|
D | part3.txt | 962 6) if policySession->commandLocality has been set, it shall match the locality of the command 1566 … previous Startup() or the locality of the startup is not 0 pr 3 1580 13 BYTE locality = _plat__LocalityGet(); 1582 15 // In the PC Client specification, only locality 0 and 3 are allowed 1583 16 if(locality != 0 && locality != 3) 1585 18 // Indicate that the locality was 3 unless there was an H-CRTM 1587 20 locality = 0; 1588 21 g_StartupLocality3 = (locality == 3); 1696 119 PCRStartup(startup, locality); 1871 55 // Hack for the H-CRTM and Startup locality settings [all …]
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowAddress.java | 12 private String locality; field in ShadowAddress 52 public void setLocality(String locality) { in setLocality() argument 53 this.locality = locality; in setLocality() 58 return locality; in getLocality()
|
/external/autotest/client/tests/compilebench/ |
D | control | 14 can maintain directory locality as the disk fills up and directories age.
|
/external/tpm2/include/tpm2/ |
D | Platform.h | 279 unsigned char locality
|
/external/eigen/doc/ |
D | StorageOrders.dox | 78 … because of better data locality. Similarly, column-by-column traversal is faster for column-major
|
/external/clang/docs/ |
D | SafeStack.rst | 37 stack increases the locality of frequently accessed values on the stack, such
|
/external/opencv3/doc/py_tutorials/py_ml/py_knn/py_knn_understanding/ |
D | py_knn_understanding.markdown | 35 Squares near to him? Then Blue Squares have more strength in that locality than Red Triangle. So
|
/external/tpm2/generator/ |
D | raw_commands.txt | 1517 6) if policySession->commandLocality has been set, it shall match the locality of the command 3593 authorization may be given at any locality; 12550 PCR extension is not allowed at the current locality 12641 // see if extend of the PCR is allowed at the locality of the command, 16823 current command locality is not allowed to extend the PCR 16862 // Check if the extend operation is allowed by the current command locality 17075 current command locality is not allowed to extend the PCR 17168 No authorization is required to read a PCR and any implemented PCR may be read from any locality. 17335 PCR attribute definitions indicate how a PCR is to be managed – if it is resettable, the locality f… 17981 command may be used to set the PCR to zero. The attributes of the PCR may restrict the locality tha… [all …]
|
D | raw_commands_fixed.txt | 1517 6) if policySession->commandLocality has been set, it shall match the locality of the command 3593 authorization may be given at any locality; 12561 PCR extension is not allowed at the current locality 12652 // see if extend of the PCR is allowed at the locality of the command, 16834 current command locality is not allowed to extend the PCR 16873 // Check if the extend operation is allowed by the current command locality 17086 current command locality is not allowed to extend the PCR 17179 No authorization is required to read a PCR and any implemented PCR may be read from any locality. 17346 PCR attribute definitions indicate how a PCR is to be managed – if it is resettable, the locality f… 17992 command may be used to set the PCR to zero. The attributes of the PCR may restrict the locality tha… [all …]
|
D | raw_structures.txt | 5304 bad locality 6896 may be extended from locality 0 6897 This property is only present if a locality other than 0 is 6905 may be reset by TPM2_PCR_Reset() from locality 0 6912 may be extended from locality 1 6913 This property is only present if locality 1 is implemented. 6920 may be reset by TPM2_PCR_Reset() from locality 1 6921 This property is only present if locality 1 is implemented. 6928 may be extended from locality 2 6937 may be reset by TPM2_PCR_Reset() from locality 2 [all …]
|
D | raw_structures_fixed.txt | 5295 bad locality 6918 may be extended from locality 0 6919 This property is only present if a locality other than 0 is 6927 may be reset by TPM2_PCR_Reset() from locality 0 6934 may be extended from locality 1 6935 This property is only present if locality 1 is implemented. 6942 may be reset by TPM2_PCR_Reset() from locality 1 6943 This property is only present if locality 1 is implemented. 6950 may be extended from locality 2 6959 may be reset by TPM2_PCR_Reset() from locality 2 [all …]
|
/external/squashfs-tools/kernel/Documentation/filesystems/ |
D | squashfs.txt | 218 which have been packed with it, these because of locality-of-reference may be
|