Home
last modified time | relevance | path

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

/dports/security/keybase/client-v5.7.1/go/engine/
H A Ddeprovision.go62 …keys, err := me.GetComputedKeyFamily().GetAllActiveKeysForDevice(m.G().Env.GetDeviceIDForUsername(…
H A Drevoke.go80 deviceKeys, err := me.GetComputedKeyFamily().GetAllActiveKeysForDevice(e.deviceID)
/dports/security/keybase/client-v5.7.1/go/libkb/
H A Dkeyfamily.go938 func (ckf ComputedKeyFamily) GetAllActiveKeysForDevice(deviceID keybase1.DeviceID) ([]keybase1.KID,… func