OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rootB
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/security/src/android/security/cts/
X509CertChainBuildingTest.java
54
*
rootB
: Another root CA
56
* rootAtoB: rootA cross signed by
rootB
57
* rootBtoA:
rootB
cross signed by rootA
66
* intermediateB: Intermediate I issued by
rootB
80
private X509Certificate
rootB
;
93
rootB
= loadCertificate("b.pem");
109
assertNoPath(new X509Certificate[] {leaf1, rootA}, new X509Certificate[] {
rootB
});
110
// Now try with one valid chain (leaf1 -> rootAtoB ->
rootB
).
111
assertExactPath(new X509Certificate[] {leaf1, rootAtoB,
rootB
},
113
new X509Certificate[] {
rootB
});
[
all
...]
/external/clang/utils/analyzer/
CmpRuns.py
117
def __init__(self, verboseLog=None, rootA="",
rootB
=""):
119
self.
rootB
=
rootB
259
resultsB = loadResults(dirB, opts, opts.
rootB
, deleteEmpty)
311
parser.add_option("", "--
rootB
", dest="
rootB
",
Completed in 315 milliseconds