Home
last modified time | relevance | path

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

/dports/security/keybase/client-v5.7.1/go/status/
H A Dstatus.go115 dekNames, err := deviceEKStorage.ListAllForUser(mctx)
/dports/security/keybase/client-v5.7.1/go/ephemeral/
H A Ddevice_ek_storage.go404 func (s *DeviceEKStorage) ListAllForUser(mctx libkb.MetaContext) (all []string, err error) { func
/dports/security/keybase/client-v5.7.1/go/libkb/
H A Dinterfaces.go860 ListAllForUser(mctx MetaContext) ([]string, error) methodSpec