Home
last modified time | relevance | path

Searched refs:TeamApplicationKey (Results 1 – 17 of 17) sorted by relevance

/dports/security/keybase/client-v5.7.1/go/teams/
H A Dappkeys.go12 …lication, latestGen keybase1.PerTeamKeyGeneration) (res []keybase1.TeamApplicationKey, err error) {
26 …lication, latestGen keybase1.PerTeamKeyGeneration) (res []keybase1.TeamApplicationKey, err error) {
38 res = append(res, keybase1.TeamApplicationKey{
45 res = append(res, keybase1.TeamApplicationKey{
58 …plication, generation keybase1.PerTeamKeyGeneration) (res keybase1.TeamApplicationKey, err error) {
86 …plication, generation keybase1.PerTeamKeyGeneration) (res keybase1.TeamApplicationKey, err error) {
96 return keybase1.TeamApplicationKey{
124 …return keybase1.TeamApplicationKey{}, errors.New("nil shared secret in Team#applicationKeyForMask")
143 …return keybase1.TeamApplicationKey{}, fmt.Errorf("unrecognized application id: %v", mask.Applicati…
146 key := keybase1.TeamApplicationKey{
[all …]
H A Drpc_exim.go25 var applicationKeys []keybase1.TeamApplicationKey
H A Dteams.go217 func (t *Team) KBFSKey(ctx context.Context) (keybase1.TeamApplicationKey, error) {
221 func (t *Team) ChatKey(ctx context.Context) (keybase1.TeamApplicationKey, error) {
225 func (t *Team) GitMetadataKey(ctx context.Context) (keybase1.TeamApplicationKey, error) {
229 func (t *Team) SeitanInviteTokenKeyLatest(ctx context.Context) (keybase1.TeamApplicationKey, error)…
233 func (t *Team) SaltpackEncryptionKeyLatest(ctx context.Context) (keybase1.TeamApplicationKey, error…
237 …x context.Context, generation keybase1.PerTeamKeyGeneration) (keybase1.TeamApplicationKey, error) {
556 …ext.Context, application keybase1.TeamApplication) (res []keybase1.TeamApplicationKey, err error) {
566 …y(ctx context.Context, application keybase1.TeamApplication) (keybase1.TeamApplicationKey, error) {
572 …plication, generation keybase1.PerTeamKeyGeneration) (res keybase1.TeamApplicationKey, err error) {
577 …plication, generation keybase1.PerTeamKeyGeneration) (res keybase1.TeamApplicationKey, err error) {
[all …]
H A Dftl.go232 applicationKeys []keybase1.TeamApplicationKey
353 … keybase1.PerTeamKeyGeneration, dat ftlCombinedData) (key keybase1.TeamApplicationKey, err error) {
386 …pplication, arg fastLoadArg, dat ftlCombinedData) (keys []keybase1.TeamApplicationKey, err error) {
392 var key keybase1.TeamApplicationKey
425 …etaContext, arg fastLoadArg, dat ftlCombinedData) (keys []keybase1.TeamApplicationKey, err error) {
427 var tmp []keybase1.TeamApplicationKey
H A Dloader2.go686 func (l *TeamLoader) unboxKBFSCryptKeys(ctx context.Context, key keybase1.TeamApplicationKey, argument
/dports/security/keybase/client-v5.7.1/go/stellar/relays/
H A Drelays.go23 …ibkb.MetaContext, recipient stellarcommon.Recipient) (key keybase1.TeamApplicationKey, teamID keyb…
54 generation keybase1.PerTeamKeyGeneration) (res keybase1.TeamApplicationKey, err error) {
76 EncryptFor keybase1.TeamApplicationKey
132 func Encrypt(relay stellar1.RelayContents, encryptFor keybase1.TeamApplicationKey) (res stellar1.En… argument
172 func decrypt(box stellar1.EncryptedRelaySecret, key keybase1.TeamApplicationKey) (res stellar1.Rela… argument
/dports/security/keybase/client-v5.7.1/go/git/
H A Dcrypto.go15 var publicCryptKey keybase1.TeamApplicationKey
19 publicCryptKey = keybase1.TeamApplicationKey{
106 …Visibility, metadata *keybase1.EncryptedGitMetadata) (key keybase1.TeamApplicationKey, err error) {
/dports/security/keybase/client-v5.7.1/go/teambot/
H A Dmember_keyer.go83 gBotUID gregor1.UID, appKey keybase1.TeamApplicationKey) (
102 botUID keybase1.UID, appKey keybase1.TeamApplicationKey) (
156 …ambotKeyFromAppKey(mctx libkb.MetaContext, applicationKey keybase1.TeamApplicationKey, botUID keyb…
184 botUID keybase1.UID, appKey keybase1.TeamApplicationKey) (
H A Dhandler.go65 var appKey keybase1.TeamApplicationKey
/dports/security/keybase/client-v5.7.1/go/saltpackkeys/
H A Dsaltpack_recipient_keyfinder_engine.go25 SymmetricEntityKeyMap map[keybase1.TeamID](keybase1.TeamApplicationKey)
36 SymmetricEntityKeyMap: make(map[keybase1.TeamID](keybase1.TeamApplicationKey)),
H A Dsaltpack_pseudonym_resolvers.go79 var key keybase1.TeamApplicationKey
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/keybase/go-keybase-chat-bot/kbchat/types/keybase1/
H A Dteams.go255 type TeamApplicationKey struct { struct
261 func (o TeamApplicationKey) DeepCopy() TeamApplicationKey { argument
262 return TeamApplicationKey{
837 ApplicationKeys []TeamApplicationKey `codec:"applicationKeys" json:"applicationKeys"`
880 ApplicationKeys: (func(x []TeamApplicationKey) []TeamApplicationKey {
884 ret := make([]TeamApplicationKey, len(x))
3114 ApplicationKeys []TeamApplicationKey `codec:"applicationKeys" json:"applicationKeys"`
3120 ApplicationKeys: (func(x []TeamApplicationKey) []TeamApplicationKey {
3124 ret := make([]TeamApplicationKey, len(x))
/dports/security/keybase/client-v5.7.1/go/protocol/keybase1/
H A Dteams.go258 type TeamApplicationKey struct { struct
264 func (o TeamApplicationKey) DeepCopy() TeamApplicationKey { argument
265 return TeamApplicationKey{
842 ApplicationKeys []TeamApplicationKey `codec:"applicationKeys" json:"applicationKeys"`
885 ApplicationKeys: (func(x []TeamApplicationKey) []TeamApplicationKey {
889 ret := make([]TeamApplicationKey, len(x))
3221 ApplicationKeys []TeamApplicationKey `codec:"applicationKeys" json:"applicationKeys"`
3227 ApplicationKeys: (func(x []TeamApplicationKey) []TeamApplicationKey {
3231 ret := make([]TeamApplicationKey, len(x))
H A Dextras.go2136 func (k TeamApplicationKey) Material() Bytes32 {
2140 func (k TeamApplicationKey) Generation() int {
/dports/security/keybase/client-v5.7.1/protocol/avdl/keybase1/
H A Dteams.avdl91 record TeamApplicationKey {
249 array<TeamApplicationKey> applicationKeys;
1172 array<TeamApplicationKey> applicationKeys;
/dports/security/keybase/client-v5.7.1/go/libkb/
H A Dinterfaces.go925 appKey keybase1.TeamApplicationKey) (keybase1.TeambotKey, bool, error) argument
/dports/security/keybase/client-v5.7.1/shared/constants/types/
H A Drpc-gen.tsx2956 …eamLoadRes = {readonly name: TeamName; readonly applicationKeys?: Array<TeamApplicationKey> | null}
3292 export type TeamApplicationKey = {readonly application: TeamApplication; readonly keyGeneration: Pe…
3353 …ictedBots?: Array<UserVersion> | null; readonly applicationKeys?: Array<TeamApplicationKey> | null}