Searched defs:trustGraphDescription (Results 1 – 1 of 1) sorted by relevance
1955 type trustGraphDescription struct { struct1956 Roots []rootDescription1957 Leaf string1958 Graph []trustGraphEdge2000 func buildTrustGraph(t *testing.T, d trustGraphDescription) (*CertPool, *CertPool, *Certificate) {