Home
last modified time | relevance | path

Searched refs:DeviceTypeV2_NONE (Results 1 – 8 of 8) sorted by relevance

/dports/security/keybase/client-v5.7.1/go/client/
H A Dcmd_dump_keyfamily.go172 …if key.DeviceID != "" || key.DeviceType != keybase1.DeviceTypeV2_NONE || key.DeviceDescription != …
177 if key.DeviceType != keybase1.DeviceTypeV2_NONE {
/dports/security/keybase/client-v5.7.1/go/engine/
H A Dpassphrase_recover_test.go105 loginUI.chooseDevice = keybase1.DeviceTypeV2_NONE
307 if len(arg.Devices) == 0 || t.chooseDevice == keybase1.DeviceTypeV2_NONE {
H A Dkex2_provisionee.go108 if e.device.Type == keybase1.DeviceTypeV2_NONE {
H A Dlogin_test.go3981 ui.chooseDevice = keybase1.DeviceTypeV2_NONE
4039 if u.chooseDevice == keybase1.DeviceTypeV2_NONE {
/dports/security/keybase/client-v5.7.1/go/libkb/
H A Dactive_device.go286 return keybase1.DeviceTypeV2_NONE, err
291 return keybase1.DeviceTypeV2_NONE, err
298 return keybase1.DeviceTypeV2_NONE, NotFoundError{
H A Dupak_loader.go848 return NormalizedUsername(""), "", keybase1.DeviceTypeV2_NONE, err
855 return NormalizedUsername(""), "", keybase1.DeviceTypeV2_NONE, err
/dports/security/keybase/client-v5.7.1/go/protocol/keybase1/
H A Dextras.go1986 DeviceTypeV2_NONE DeviceTypeV2 = "none" const
1999 case DeviceTypeV2_NONE, DeviceTypeV2_DESKTOP, DeviceTypeV2_MOBILE, DeviceTypeV2_PAPER:
2002 return DeviceTypeV2_NONE, fmt.Errorf("Unknown DeviceType: %s", deviceType)
/dports/security/keybase/client-v5.7.1/go/chat/
H A Dboxer.go1252 return "", "", keybase1.DeviceTypeV2_NONE, err