Home
last modified time | relevance | path

Searched defs:AEAD (Results 1 – 25 of 149) sorted by relevance

123456

/dports/net/clash/clash-1.6.0/component/vmess/
H A Daead.go15 cipher.AEAD anonMember
23 func newAEADWriter(w io.Writer, aead cipher.AEAD, iv []byte) *aeadWriter {
65 cipher.AEAD anonMember
74 func newAEADReader(r io.Reader, aead cipher.AEAD, iv []byte) *aeadReader {
/dports/www/pomerium/pomerium-0.8.3/internal/cryptutil/
H A Dencrypt.go32 func Encrypt(a cipher.AEAD, data, ad []byte) []byte {
39 func Decrypt(a cipher.AEAD, data, ad []byte) ([]byte, error) {
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/quic-go/internal/handshake/
H A Daead.go27 func newLongHeaderSealer(aead cipher.AEAD, headerProtector headerProtector) LongHeaderSealer {
60 func newLongHeaderOpener(aead cipher.AEAD, headerProtector headerProtector) LongHeaderOpener {
91 aead cipher.AEAD,
124 aead cipher.AEAD,
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/quic-go/internal/handshake/
H A Daead.go27 func newLongHeaderSealer(aead cipher.AEAD, headerProtector headerProtector) LongHeaderSealer {
60 func newLongHeaderOpener(aead cipher.AEAD, headerProtector headerProtector) LongHeaderOpener {
91 aead cipher.AEAD,
124 aead cipher.AEAD,
/dports/net/storj/storj-1.45.3/vendor/github.com/lucas-clemente/quic-go/internal/handshake/
H A Daead.go28 func newLongHeaderSealer(aead cipher.AEAD, headerProtector headerProtector) LongHeaderSealer {
62 func newLongHeaderOpener(aead cipher.AEAD, headerProtector headerProtector) LongHeaderOpener {
99 aead cipher.AEAD,
132 aead cipher.AEAD,
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/lucas-clemente/quic-go/internal/handshake/
H A Daead.go28 func newLongHeaderSealer(aead cipher.AEAD, headerProtector headerProtector) LongHeaderSealer {
62 func newLongHeaderOpener(aead cipher.AEAD, headerProtector headerProtector) LongHeaderOpener {
99 aead cipher.AEAD,
132 aead cipher.AEAD,
/dports/dns/nextdns/nextdns-1.32.2/vendor/github.com/lucas-clemente/quic-go/internal/handshake/
H A Daead.go28 func newLongHeaderSealer(aead cipher.AEAD, headerProtector headerProtector) LongHeaderSealer {
62 func newLongHeaderOpener(aead cipher.AEAD, headerProtector headerProtector) LongHeaderOpener {
99 aead cipher.AEAD,
132 aead cipher.AEAD,
/dports/net/clash/clash-1.6.0/vendor/github.com/Dreamacro/go-shadowsocks2/shadowaead/
H A Dstream.go26 cipher.AEAD anonMember
31 func NewWriter(w io.Writer, aead cipher.AEAD) *Writer { return &Writer{Writer: w, AEAD: aead} }
99 cipher.AEAD anonMember
106 func NewReader(r io.Reader, aead cipher.AEAD) *Reader { return &Reader{Reader: r, AEAD: aead} }
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/lucas-clemente/quic-go/internal/handshake/
H A Daead.go28 func newLongHeaderSealer(aead cipher.AEAD, headerProtector headerProtector) LongHeaderSealer {
62 func newLongHeaderOpener(aead cipher.AEAD, headerProtector headerProtector) LongHeaderOpener {
99 aead cipher.AEAD,
132 aead cipher.AEAD,
/dports/net/v2ray/v2ray-core-4.36.2/vendor/github.com/lucas-clemente/quic-go/internal/handshake/
H A Daead.go28 func newLongHeaderSealer(aead cipher.AEAD, headerProtector headerProtector) LongHeaderSealer {
62 func newLongHeaderOpener(aead cipher.AEAD, headerProtector headerProtector) LongHeaderOpener {
99 aead cipher.AEAD,
132 aead cipher.AEAD,
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/lucas-clemente/quic-go/internal/handshake/
H A Daead.go28 func newLongHeaderSealer(aead cipher.AEAD, headerProtector headerProtector) LongHeaderSealer {
62 func newLongHeaderOpener(aead cipher.AEAD, headerProtector headerProtector) LongHeaderOpener {
99 aead cipher.AEAD,
132 aead cipher.AEAD,
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/lucas-clemente/quic-go/internal/handshake/
H A Daead.go28 func newLongHeaderSealer(aead cipher.AEAD, headerProtector headerProtector) LongHeaderSealer {
62 func newLongHeaderOpener(aead cipher.AEAD, headerProtector headerProtector) LongHeaderOpener {
99 aead cipher.AEAD,
132 aead cipher.AEAD,
/dports/net/syncthing/syncthing-1.18.1/syncthing/vendor/github.com/lucas-clemente/quic-go/internal/handshake/
H A Daead.go28 func newLongHeaderSealer(aead cipher.AEAD, headerProtector headerProtector) LongHeaderSealer {
62 func newLongHeaderOpener(aead cipher.AEAD, headerProtector headerProtector) LongHeaderOpener {
99 aead cipher.AEAD,
132 aead cipher.AEAD,
/dports/net/traefik/traefik-2.6.1/vendor/github.com/lucas-clemente/quic-go/internal/handshake/
H A Daead.go28 func newLongHeaderSealer(aead cipher.AEAD, headerProtector headerProtector) LongHeaderSealer {
62 func newLongHeaderOpener(aead cipher.AEAD, headerProtector headerProtector) LongHeaderOpener {
99 aead cipher.AEAD,
132 aead cipher.AEAD,
/dports/net/croc/croc-9.5.0/src/crypt/
H A Dcrypt.go100 func EncryptChaCha(plaintext []byte, aead cipher.AEAD) (encrypted []byte, err error) {
113 func DecryptChaCha(encryptedMsg []byte, aead cipher.AEAD) (encrypted []byte, err error) {
/dports/devel/stack/stack-2.7.3/_cabal_deps/cryptonite-0.29/Crypto/Cipher/Types/
H A DAEAD.hs28 data AEAD cipher = forall st . AEAD type
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/cryptonite-0.27/Crypto/Cipher/Types/
H A DAEAD.hs28 data AEAD cipher = forall st . AEAD function
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/cryptonite-0.27/Crypto/Cipher/Types/
H A DAEAD.hs28 data AEAD cipher = forall st . AEAD type
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/cryptonite-0.27/Crypto/Cipher/Types/
H A DAEAD.hs28 data AEAD cipher = forall st . AEAD type
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/cryptonite-0.28/Crypto/Cipher/Types/
H A DAEAD.hs28 data AEAD cipher = forall st . AEAD type
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/cryptonite-0.26/Crypto/Cipher/Types/
H A DAEAD.hs28 data AEAD cipher = forall st . AEAD function
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/cryptonite-0.26/Crypto/Cipher/Types/
H A DAEAD.hs28 data AEAD cipher = forall st . AEAD function
/dports/lang/elm/compiler-0.19.1/_cabal_deps/cryptonite-0.26/Crypto/Cipher/Types/
H A DAEAD.hs28 data AEAD cipher = forall st . AEAD function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/cryptonite-0.29/Crypto/Cipher/Types/
H A DAEAD.hs28 data AEAD cipher = forall st . AEAD function
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/cryptonite-0.28/Crypto/Cipher/Types/
H A DAEAD.hs28 data AEAD cipher = forall st . AEAD type

123456