Home
last modified time | relevance | path

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

/dports/security/keybase/client-v5.7.1/go/teams/
H A Dkeys.go238 boxes, err := t.recipientBoxes(secret, nonce, senderNaclDHKey, recipients)
257 func (t *TeamKeyManager) recipientBoxes(secret keybase1.PerTeamKeySeed, nonce *nonce24, senderKey l… func
H A Dtransactions.go1161 …secretBoxes, implicitAdminBoxes, perTeamKeySection, teamEKPayload, err := team.recipientBoxes(mctx…
H A Dteams.go1720 …secretBoxes, implicitAdminBoxes, perTeamKeySection, teamEKPayload, err := t.recipientBoxes(ctx, me…
1930 func (t *Team) recipientBoxes(ctx context.Context, memSet *memberSet, skipKeyRotation bool) ( func