Home
last modified time | relevance | path

Searched refs:GetComputedKeyInfos (Results 1 – 13 of 13) sorted by relevance

/dports/security/keybase/client-v5.7.1/go/engine/
H A Dcommon.go17 cki := me.GetComputedKeyInfos()
37 cki := me.GetComputedKeyInfos()
H A Dpaperkey.go72 cki := me.GetComputedKeyInfos()
H A Dupak2_test.go68 userKeyInfo := u.GetComputedKeyInfos().Infos[key.Base.Kid]
H A Ddevice_history.go92 ckis := user.GetComputedKeyInfos()
H A Dpaperkey_test.go18 cki := u.GetComputedKeyInfos()
H A Dcrypto.go305 cki := me.GetComputedKeyInfos()
H A Drevoke.go112 for deviceID, device := range me.GetComputedKeyInfos().Devices {
/dports/security/keybase/client-v5.7.1/go/libkb/
H A Dupak_lite.go298 deviceKeys := extractDeviceKeys(hsc.GetComputedKeyInfos())
352 func (hsc HighSigChain) GetComputedKeyInfos() (cki *ComputedKeyInfos) { func
H A Duser.go191 func (u *User) GetComputedKeyInfos() *ComputedKeyInfos { func
195 return u.sigChain().GetComputedKeyInfos()
207 cki := u.sigChain().GetComputedKeyInfos()
606 } else if u.sigChain().GetComputedKeyInfos() == nil {
H A Dsig_chain.go45 GetComputedKeyInfos() (cki *ComputedKeyInfos) methodSpec
143 func (c ChainLinks) GetComputedKeyInfos() (cki *ComputedKeyInfos) { func
151 func (sc SigChain) GetComputedKeyInfos() (cki *ComputedKeyInfos) { func
165 ret := sc.GetComputedKeyInfos()
H A Dsig_chain_test.go313 ckf := ComputedKeyFamily{kf: keyFamily, cki: received.GetComputedKeyInfos()}
H A Drpc_exim.go1506 …current := u.GetComputedKeyInfos().exportUPKV2Incarnation(uid, name, u.GetCurrentEldestSeqno(), kf…
/dports/security/keybase/client-v5.7.1/go/ephemeral/
H A Duser_ek_test.go117 paperKey := fullUser.GetComputedKeyInfos().PaperDevices()[0]