Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/x509/
Dverify.go157 type SystemRootsError struct { struct
158 Err error
161 func (se SystemRootsError) Error() string {
169 func (se SystemRootsError) Unwrap() error { return se.Err }