/external/tpm2/ |
D | Ticket.c | 53 TPMI_RH_HIERARCHY hierarchy, // IN: hierarchy constant for ticket in TicketComputeVerified() argument 63 ticket->hierarchy = hierarchy; in TicketComputeVerified() 65 proof = HierarchyGetProof(hierarchy); in TicketComputeVerified() 88 TPMI_RH_HIERARCHY hierarchy, // IN: hierarchy constant for ticket in TicketComputeAuth() argument 99 proof = HierarchyGetProof(hierarchy); in TicketComputeAuth() 102 ticket->hierarchy = hierarchy; in TicketComputeAuth() 128 TPMI_RH_HIERARCHY hierarchy, // IN: hierarchy constant for ticket in TicketComputeHashCheck() argument 138 proof = HierarchyGetProof(hierarchy); in TicketComputeHashCheck() 141 ticket->hierarchy = hierarchy; in TicketComputeHashCheck() 163 TPMI_RH_HIERARCHY hierarchy, // IN: hierarchy for ticket in TicketComputeCreation() argument [all …]
|
D | Hash.c | 30 out->validation.hierarchy = in->hierarchy; in TPM2_Hash() 32 if(in->hierarchy == TPM_RH_NULL) in TPM2_Hash() 35 out->validation.hierarchy = TPM_RH_NULL; in TPM2_Hash() 42 out->validation.hierarchy = TPM_RH_NULL; in TPM2_Hash() 48 TicketComputeHashCheck(in->hierarchy, in->hashAlg, in TPM2_Hash()
|
D | VerifySignature.c | 29 TPMI_RH_HIERARCHY hierarchy; in TPM2_VerifySignature() local 48 hierarchy = ObjectGetHierarchy(in->keyHandle); in TPM2_VerifySignature() 49 if( hierarchy == TPM_RH_NULL in TPM2_VerifySignature() 55 out->validation.hierarchy = TPM_RH_NULL; in TPM2_VerifySignature() 63 TicketComputeVerified(hierarchy, &in->digest, &name, &out->validation); in TPM2_VerifySignature()
|
D | SequenceComplete.c | 66 out->validation.hierarchy = in->hierarchy; in TPM2_SequenceComplete() 68 if(in->hierarchy == TPM_RH_NULL) in TPM2_SequenceComplete() 76 out->validation.hierarchy = TPM_RH_NULL; in TPM2_SequenceComplete() 82 TicketComputeHashCheck(out->validation.hierarchy, hashAlg, in TPM2_SequenceComplete() 100 out->validation.hierarchy = TPM_RH_NULL; in TPM2_SequenceComplete()
|
D | Ticket_fp.h | 12 TPMI_RH_HIERARCHY hierarchy, // IN: hierarchy constant for ticket 20 TPMI_RH_HIERARCHY hierarchy, // IN: hierarchy for ticket 26 TPMI_RH_HIERARCHY hierarchy, // IN: hierarchy constant for ticket 32 TPMI_RH_HIERARCHY hierarchy, // IN: hierarchy constant for ticket
|
D | Hierarchy.c | 110 TPMI_RH_HIERARCHY hierarchy // IN: hierarchy constant in HierarchyGetProof() argument 114 switch(hierarchy) in HierarchyGetProof() 146 TPMI_RH_HIERARCHY hierarchy // IN: hierarchy in HierarchyGetPrimarySeed() argument 150 switch(hierarchy) in HierarchyGetPrimarySeed() 185 TPMI_RH_HIERARCHY hierarchy // IN: hierarchy in HierarchyIsEnabled() argument 189 switch(hierarchy) in HierarchyIsEnabled()
|
D | Hierarchy_fp.h | 11 TPMI_RH_HIERARCHY hierarchy // IN: hierarchy 14 TPMI_RH_HIERARCHY hierarchy // IN: hierarchy constant 16 BOOL HierarchyIsEnabled(TPMI_RH_HIERARCHY hierarchy // IN: hierarchy
|
D | Load.c | 40 TPMI_RH_HIERARCHY hierarchy; in TPM2_Load() local 91 hierarchy = ObjectGetHierarchy(in->parentHandle); in TPM2_Load() 96 result = ObjectLoad(hierarchy, &in->inPublic.t.publicArea, &sensitive, in TPM2_Load()
|
D | LoadExternal.c | 44 if(!HierarchyIsEnabled(in->hierarchy)) in TPM2_LoadExternal() 57 if(in->hierarchy != TPM_RH_NULL) in TPM2_LoadExternal() 87 result = ObjectLoad(in->hierarchy, &in->inPublic.t.publicArea, in TPM2_LoadExternal()
|
D | Object_fp.h | 66 TPMI_RH_HIERARCHY hierarchy // IN: hierarchy to be flush 84 TPMI_RH_HIERARCHY hierarchy, // IN: hierarchy to which the object belongs
|
D | Object.c | 294 TPMI_RH_HIERARCHY hierarchy, // IN: hierarchy to which the object belongs in ObjectLoad() argument 367 if(hierarchy == TPM_RH_NULL) in ObjectLoad() 377 switch(hierarchy) in ObjectLoad() 623 TPMI_RH_HIERARCHY hierarchy // IN: hierarchy to be flush in ObjectFlushHierarchy() argument 632 switch(hierarchy) in ObjectFlushHierarchy()
|
D | Context_spt.c | 34 proof = HierarchyGetProof(contextBlob->hierarchy); in ComputeContextProtectionKey() 79 proof = HierarchyGetProof(contextBlob->hierarchy); in ComputeContextIntegrity()
|
D | ContextSave.c | 112 out->context.hierarchy = ObjectDataGetHierarchy(object); in TPM2_ContextSave() 154 out->context.hierarchy = TPM_RH_NULL; in TPM2_ContextSave()
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/ |
D | ListCommand.java | 60 List<JCommander> hierarchy = getCommandHierarchy(); in setupCommand() local 62 ExtendedCommands.addExtendedCommand(jc, new ListStringsCommand(hierarchy)); in setupCommand() 63 ExtendedCommands.addExtendedCommand(jc, new ListMethodsCommand(hierarchy)); in setupCommand() 64 ExtendedCommands.addExtendedCommand(jc, new ListFieldsCommand(hierarchy)); in setupCommand() 65 ExtendedCommands.addExtendedCommand(jc, new ListTypesCommand(hierarchy)); in setupCommand() 66 ExtendedCommands.addExtendedCommand(jc, new ListClassesCommand(hierarchy)); in setupCommand() 67 ExtendedCommands.addExtendedCommand(jc, new ListDexCommand(hierarchy)); in setupCommand() 68 ExtendedCommands.addExtendedCommand(jc, new ListVtablesCommand(hierarchy)); in setupCommand() 69 ExtendedCommands.addExtendedCommand(jc, new ListFieldOffsetsCommand(hierarchy)); in setupCommand() 70 ExtendedCommands.addExtendedCommand(jc, new ListDependenciesCommand(hierarchy)); in setupCommand() [all …]
|
/external/eigen/unsupported/Eigen/ |
D | BVH | 23 * \brief This module provides generic bounding volume hierarchy algorithms 31 …* A bounding volume hierarchy (BVH) can accelerate many geometric queries. This module provides a… 32 …ms over a BVH: intersection of a query object against all objects in the hierarchy and minimization 33 …* of a function over the objects in the hierarchy. It also provides intersection and minimization… 53 …* This implementation decouples the basic algorithms both from the type of hierarchy (and the type… 57 …* To be used in the algorithms, a hierarchy must implement the following traversal mechanism (see … 59 typedef Object //the type of object in the hierarchy 60 typedef Index //a reference to a node in the hierarchy--typically an int or a pointer 63 Index getRootIndex() const //returns the index of the hierarchy root 71 …* To use the hierarchy, call BVIntersect or BVMinimize, passing it a BVH (or two, for cartesian pr…
|
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/ |
D | PropertyConfigurator.java | 44 public void doConfigure(Properties properties, LoggerRepository hierarchy) { in doConfigure() argument 47 public void doConfigure(String configFileName, LoggerRepository hierarchy) { in doConfigure() argument 50 public void doConfigure(URL configURL, LoggerRepository hierarchy) { in doConfigure() argument
|
/external/devlib/devlib/module/ |
D | cgroups.py | 336 hierarchy = {} 339 hierarchy[ss.hierarchy].append(ss.name) 341 hierarchy[ss.hierarchy] = [ss.name] 342 self.logger.debug('Available hierarchies: %s', hierarchy) 348 hid = ss.hierarchy 349 controller = Controller(ss.name, hid, hierarchy[hid]) 366 name, hierarchy, num_cgroups, enabled = line.split() 368 int(hierarchy),
|
/external/guava/guava-tests/test/com/google/common/eventbus/ |
D | EventBusTest.java | 203 Set<Class<?>> hierarchy = bus.flattenHierarchy(fixture.getClass()); in testFlattenHierarchy() local 205 assertEquals(5, hierarchy.size()); in testFlattenHierarchy() 206 assertContains(Object.class, hierarchy); in testFlattenHierarchy() 207 assertContains(HierarchyFixtureInterface.class, hierarchy); in testFlattenHierarchy() 208 assertContains(HierarchyFixtureSubinterface.class, hierarchy); in testFlattenHierarchy() 209 assertContains(HierarchyFixtureParent.class, hierarchy); in testFlattenHierarchy() 210 assertContains(HierarchyFixture.class, hierarchy); in testFlattenHierarchy()
|
/external/nist-sip/licenses/ |
D | README.txt | 5 Applies to the classes under the hierarchy "gov.nist" and under the "tools" 6 and "test" hierarchy.
|
/external/curl/docs/cmdline-opts/ |
D | create-dirs.d | 2 Help: Create necessary local directory hierarchy 5 necessary local directory hierarchy as needed. This option creates the dirs
|
/external/llvm/docs/ |
D | HowToSetUpLLVMStyleRTTI.rst | 2 How to set up LLVM-style RTTI for your class hierarchy 17 hierarchy author to make LLVM-style RTTI available to your clients. 29 RTTI for this class hierarchy: 65 different concrete classes in the hierarchy, and stash the enum value 287 preorder traversal of the class hierarchy tree. With that arrangement, all 289 list the class hierarchy like a list of bullet points, you'll get the 303 (from) the hierarchy. 386 The ``Decl`` hierarchy is done very similarly to the example setup 407 is some ancestor in the inheritance hierarchy. The argument should 410 #. For each class in the hierarchy that has no children, implement a [all …]
|
/external/doclava/res/assets/templates/ |
D | hierarchy.cs | 4 .jd-hierarchy-spacer { 7 .jd-hierarchy-data {
|
/external/deqp/external/openglcts/ |
D | CONTRIBUTING.md | 28 the tree, atomic test cases. Each node in the hierarchy has three major 43 down in hierarchy in a package-specific `glcts::Context` object. 70 To register a test case into the hierarchy, the test case must be added as a 71 child in a test group that is already connected to the hierarchy.
|
/external/iptables/extensions/ |
D | libxt_cgroup.man | 7 sub-hierarchy of the specified path. The path should be relative to 8 the root of the cgroup2 hierarchy.
|
/external/guice/core/src/com/google/inject/spi/ |
D | InjectionPoint.java | 661 List<TypeLiteral<?>> hierarchy = hierarchyFor(type); in getInjectionPoints() local 662 int topIndex = hierarchy.size() - 1; in getInjectionPoints() 673 TypeLiteral<?> current = hierarchy.get(i); in getInjectionPoints() 801 List<TypeLiteral<?>> hierarchy = new ArrayList<TypeLiteral<?>>(); in hierarchyFor() local 804 hierarchy.add(current); in hierarchyFor() 807 return hierarchy; in hierarchyFor()
|