Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/x509/
Dverify_test.go1955 type trustGraphDescription struct { struct
1956 Roots []rootDescription
1957 Leaf string
1958 Graph []trustGraphEdge
2000 func buildTrustGraph(t *testing.T, d trustGraphDescription) (*CertPool, *CertPool, *Certificate) {