Home
last modified time | relevance | path

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

/dports/security/keybase/client-v5.7.1/go/chat/
H A Dboxer.go585 headerHash := b.hashV1(boxed.HeaderCiphertext.E)
609 …packedHeader, err := b.open(boxed.HeaderCiphertext.AsEncrypted(), libkb.NaclSecretBoxKey(encryptio…
854 headerHash, ierr := b.makeHeaderHash(boxed.HeaderCiphertext.AsSignEncrypted())
925 …headerPacked, err := b.signEncryptOpen(boxed.HeaderCiphertext.AsSignEncrypted(), headerEncryptionK…
1730 HeaderCiphertext: encryptedHeader.AsSealed(),
1871 HeaderCiphertext: headerSealed.AsSealed(),
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/keybase/go-keybase-chat-bot/kbchat/types/chat1/
H A Dremote.go18 HeaderCiphertext SealedData `codec:"headerCiphertext" json:"headerCiphertext"` member
35 HeaderCiphertext: o.HeaderCiphertext.DeepCopy(),
/dports/security/keybase/client-v5.7.1/go/protocol/chat1/
H A Dremote.go20 HeaderCiphertext SealedData `codec:"headerCiphertext" json:"headerCiphertext"` member
37 HeaderCiphertext: o.HeaderCiphertext.DeepCopy(),