Home
last modified time | relevance | path

Searched defs:leafEntry (Results 1 – 13 of 13) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/security/ct/
H A DBTVerifier.cpp243 static Result LeafHash(Input leafEntry, size_t digestAlgorithmLength, in LeafHash()
285 Result VerifyInclusionProof(const InclusionProofDataV2& proof, Input leafEntry, in VerifyInclusionProof()
/dports/www/firefox/firefox-99.0/security/ct/
H A DBTVerifier.cpp243 static Result LeafHash(Input leafEntry, size_t digestAlgorithmLength, in LeafHash()
285 Result VerifyInclusionProof(const InclusionProofDataV2& proof, Input leafEntry, in VerifyInclusionProof()
/dports/mail/thunderbird/thunderbird-91.8.0/security/ct/
H A DBTVerifier.cpp243 static Result LeafHash(Input leafEntry, size_t digestAlgorithmLength, in LeafHash()
285 Result VerifyInclusionProof(const InclusionProofDataV2& proof, Input leafEntry, in VerifyInclusionProof()
/dports/lang/spidermonkey78/firefox-78.9.0/security/ct/
H A DBTVerifier.cpp243 static Result LeafHash(Input leafEntry, size_t digestAlgorithmLength, in LeafHash()
285 Result VerifyInclusionProof(const InclusionProofDataV2& proof, Input leafEntry, in VerifyInclusionProof()
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-index-mtree/src/main/java/de/lmu/ifi/dbs/elki/index/tree/metrical/mtreevariants/mktrees/mkcop/
H A DMkCoPTreeIndex.java79 MkCoPLeafEntry leafEntry = new MkCoPLeafEntry(id, parentDistance, null, null); in createNewLeafEntry() local
H A DMkCoPTree.java305 MkCoPLeafEntry leafEntry = (MkCoPLeafEntry) node.getEntry(i); in adjustApproximatedKNNDistances() local
/dports/www/firefox-esr/firefox-91.8.0/security/ct/tests/gtest/
H A DBTVerificationTest.cpp245 Input leafEntry = InputForBuffer(leafEntryBuffer); in TEST_P() local
/dports/www/firefox/firefox-99.0/security/ct/tests/gtest/
H A DBTVerificationTest.cpp245 Input leafEntry = InputForBuffer(leafEntryBuffer); in TEST_P() local
/dports/mail/thunderbird/thunderbird-91.8.0/security/ct/tests/gtest/
H A DBTVerificationTest.cpp245 Input leafEntry = InputForBuffer(leafEntryBuffer); in TEST_P() local
/dports/lang/spidermonkey78/firefox-78.9.0/security/ct/tests/gtest/
H A DBTVerificationTest.cpp245 Input leafEntry = InputForBuffer(leafEntryBuffer); in TEST_P() local
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-index-mtree/src/main/java/de/lmu/ifi/dbs/elki/index/tree/metrical/mtreevariants/mktrees/mktab/
H A DMkTabTree.java141 MkTabLeafEntry leafEntry = (MkTabLeafEntry) node.getEntry(i); in kNNdistanceAdjustment() local
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-index-mtree/src/main/java/de/lmu/ifi/dbs/elki/index/tree/metrical/mtreevariants/mktrees/mkmax/
H A DMkMaxTree.java143 MkMaxEntry leafEntry = node.getEntry(i); in kNNdistanceAdjustment() local
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-index-mtree/src/main/java/de/lmu/ifi/dbs/elki/index/tree/metrical/mtreevariants/mktrees/mkapp/
H A DMkAppTree.java276 MkAppLeafEntry leafEntry = (MkAppLeafEntry) node.getEntry(i); in adjustApproximatedKNNDistances() local