Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/x509/
Dverify_test.go1941 type trustGraphEdge struct { struct
1942 Issuer string
1943 Subject string
1944 Type int
1945 MutateTemplate func(*Certificate)
1946 Constraint func([]*Certificate) error