Home
last modified time | relevance | path

Searched refs:locality (Results 1 – 25 of 55) sorted by relevance

123

/external/tpm2/
DLocalityPlat.c37 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()
DLocality.c18 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()
DStartup.c30 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()
DTPMCmdp.c172 unsigned char locality, in _rpc__Send_Command() argument
183 _plat__LocalitySet(locality); in _rpc__Send_Command()
DLocality_fp.h10 TPMA_LOCALITY LocalityGetAttributes(UINT8 locality // IN: locality value
DTcpServer.c458 BYTE locality; in TpmServer() local
489 ok = ReadBytes(s, (char*) &locality, 1); in TpmServer()
507 _rpc__Send_Command(locality, InBuffer, &OutBuffer); in TpmServer()
DPolicyLocality_fp.h14 TPMA_LOCALITY locality; member
DTpmTcpProtocol.h70 unsigned char locality,
DMarshal_PolicyLocality.c18 result = TPMA_LOCALITY_Unmarshal(&target->locality, buffer, size); in PolicyLocality_In_Unmarshal()
DPolicyLocality.c40 marshalSize = TPMA_LOCALITY_Marshal(&in->locality, &buffer, &bufferSize); in TPM2_PolicyLocality()
DPCR_fp.h89 BYTE locality // IN: startup locality
DSessionProcess.c738 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()
DPCR.c468 BYTE locality // IN: startup locality in PCRStartup() argument
519 pcrData[pcrSize-1] = locality; in PCRStartup()
Dpart3.txt962 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/
DShadowAddress.java12 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/
Dcontrol14 can maintain directory locality as the disk fills up and directories age.
/external/tpm2/include/tpm2/
DPlatform.h279 unsigned char locality
/external/eigen/doc/
DStorageOrders.dox78 … because of better data locality. Similarly, column-by-column traversal is faster for column-major
/external/clang/docs/
DSafeStack.rst37 stack increases the locality of frequently accessed values on the stack, such
/external/opencv3/doc/py_tutorials/py_ml/py_knn/py_knn_understanding/
Dpy_knn_understanding.markdown35 Squares near to him? Then Blue Squares have more strength in that locality than Red Triangle. So
/external/tpm2/generator/
Draw_commands.txt1517 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 …]
Draw_commands_fixed.txt1517 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 …]
Draw_structures.txt5304 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 …]
Draw_structures_fixed.txt5295 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/
Dsquashfs.txt218 which have been packed with it, these because of locality-of-reference may be

123