Home
last modified time | relevance | path

Searched refs:NotAuthenticatedForThisDeviceError (Results 1 – 3 of 3) sorted by relevance

/dports/security/keybase/client-v5.7.1/go/chat/
H A Derrors.go32 case EphemeralUnboxingError, NotAuthenticatedForThisDeviceError:
49 case NotAuthenticatedForThisDeviceError, InvalidMACError:
209 type NotAuthenticatedForThisDeviceError struct{ inner ephemeral.EphemeralKeyError } struct
212 contentCtime gregor1.Time) NotAuthenticatedForThisDeviceError {
214 return NotAuthenticatedForThisDeviceError{inner: inner}
217 func (e NotAuthenticatedForThisDeviceError) Error() string { argument
221 func (e NotAuthenticatedForThisDeviceError) InternalError() string { argument
H A Dboxer.go163 NotAuthenticatedForThisDeviceError,
H A Dboxer_test.go350 _, ok = permErr.Inner().(NotAuthenticatedForThisDeviceError)