/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/crypto/tls/ |
H A D | conn.go | 98 type halfConn struct { struct 99 sync.Mutex 102 version uint16 // protocol version 103 cipher interface{} // cipher algorithm 104 mac macFunction 106 bfree *block // list of free blocks 112 inDigestBuf, outDigestBuf []byte 120 func (hc *halfConn) error() error { 152 func (hc *halfConn) incSeq() { 167 func (hc *halfConn) resetSeq() { [all …]
|
/dports/lang/mono/mono-5.10.1.57/external/boringssl/ssl/test/runner/ |
H A D | conn.go | 137 type halfConn struct { struct 138 sync.Mutex 141 version uint16 // protocol version 142 isDTLS bool 144 mac macFunction 154 inDigestBuf, outDigestBuf []byte 156 config *Config 164 func (hc *halfConn) error() error { 225 func (hc *halfConn) incNextSeq() { 237 func (hc *halfConn) incEpoch() { [all …]
|
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/crypto/tls/ |
H A D | conn.go | 104 type halfConn struct { struct 105 sync.Mutex 110 mac macFunction 116 nextMac macFunction // next MAC algorithm 119 inDigestBuf, outDigestBuf []byte 127 func (hc *halfConn) error() error { 144 func (hc *halfConn) changeCipherSpec() error { 159 func (hc *halfConn) incSeq() { 174 func (hc *halfConn) resetSeq() { 481 func (hc *halfConn) newBlock() *block { [all …]
|
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/scan/crypto/tls/ |
H A D | conn.go | 104 type halfConn struct { struct 105 sync.Mutex 110 mac macFunction 116 nextMac macFunction // next MAC algorithm 119 inDigestBuf, outDigestBuf []byte 127 func (hc *halfConn) error() error { 144 func (hc *halfConn) changeCipherSpec() error { 159 func (hc *halfConn) incSeq() { 174 func (hc *halfConn) resetSeq() { 481 func (hc *halfConn) newBlock() *block { [all …]
|
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/crypto/tls/ |
H A D | conn.go | 104 type halfConn struct { struct 105 sync.Mutex 110 mac macFunction 116 nextMac macFunction // next MAC algorithm 119 inDigestBuf, outDigestBuf []byte 127 func (hc *halfConn) error() error { 144 func (hc *halfConn) changeCipherSpec() error { 159 func (hc *halfConn) incSeq() { 174 func (hc *halfConn) resetSeq() { 481 func (hc *halfConn) newBlock() *block { [all …]
|
/dports/lang/gcc48/gcc-4.8.5/libgo/go/crypto/tls/ |
H A D | conn.go | 116 type halfConn struct { struct 117 sync.Mutex 118 version uint16 // protocol version 119 cipher interface{} // cipher algorithm 120 mac macFunction 121 seq [8]byte // 64-bit sequence number 122 bfree *block // list of free blocks 128 inDigestBuf, outDigestBuf []byte 153 func (hc *halfConn) incSeq() { 168 func (hc *halfConn) resetSeq() { [all …]
|
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/crypto/tls/ |
H A D | conn.go | 116 type halfConn struct { struct 117 sync.Mutex 118 version uint16 // protocol version 119 cipher interface{} // cipher algorithm 120 mac macFunction 121 seq [8]byte // 64-bit sequence number 122 bfree *block // list of free blocks 128 inDigestBuf, outDigestBuf []byte 156 func (hc *halfConn) incSeq() { 171 func (hc *halfConn) resetSeq() { [all …]
|
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/crypto/tls/ |
H A D | conn.go | 116 type halfConn struct { struct 117 sync.Mutex 118 version uint16 // protocol version 119 cipher interface{} // cipher algorithm 120 mac macFunction 121 seq [8]byte // 64-bit sequence number 122 bfree *block // list of free blocks 128 inDigestBuf, outDigestBuf []byte 153 func (hc *halfConn) incSeq() { 168 func (hc *halfConn) resetSeq() { [all …]
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/ssl/test/runner/ |
H A D | conn.go | 169 type halfConn struct { struct 170 sync.Mutex 174 wireVersion uint16 // wire version 175 isDTLS bool 177 mac macFunction 187 inDigestBuf, outDigestBuf []byte 189 trafficSecret []byte 191 config *Config 199 func (hc *halfConn) error() error { 289 func (hc *halfConn) incNextSeq() { [all …]
|
/dports/net/quiche/quiche-0.9.0/deps/boringssl/src/ssl/test/runner/ |
H A D | conn.go | 172 type halfConn struct { struct 173 sync.Mutex 177 wireVersion uint16 // wire version 178 isDTLS bool 180 mac macFunction 190 inDigestBuf, outDigestBuf []byte 192 trafficSecret []byte 194 config *Config 202 func (hc *halfConn) error() error { 292 func (hc *halfConn) incNextSeq() { [all …]
|
/dports/security/boringssl/boringssl-6a71840/ssl/test/runner/ |
H A D | conn.go | 166 type halfConn struct { struct 167 sync.Mutex 171 wireVersion uint16 // wire version 172 isDTLS bool 174 mac macFunction 184 inDigestBuf, outDigestBuf []byte 186 trafficSecret []byte 188 config *Config 196 func (hc *halfConn) error() error { 286 func (hc *halfConn) incNextSeq() { [all …]
|
/dports/lang/gcc8/gcc-8.5.0/libgo/go/crypto/tls/ |
H A D | conn.go | 145 type halfConn struct { struct 146 sync.Mutex 149 version uint16 // protocol version 150 cipher interface{} // cipher algorithm 151 mac macFunction 157 nextMac macFunction // next MAC algorithm 160 inDigestBuf, outDigestBuf []byte 178 func (hc *halfConn) changeCipherSpec() error { 193 func (hc *halfConn) incSeq() { 514 func (hc *halfConn) newBlock() *block { [all …]
|
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/crypto/tls/ |
H A D | conn.go | 141 type halfConn struct { struct 142 sync.Mutex 145 version uint16 // protocol version 146 cipher interface{} // cipher algorithm 147 mac macFunction 153 nextMac macFunction // next MAC algorithm 156 inDigestBuf, outDigestBuf []byte 174 func (hc *halfConn) changeCipherSpec() error { 189 func (hc *halfConn) incSeq() { 509 func (hc *halfConn) newBlock() *block { [all …]
|
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/crypto/tls/ |
H A D | conn.go | 145 type halfConn struct { struct 146 sync.Mutex 149 version uint16 // protocol version 150 cipher interface{} // cipher algorithm 151 mac macFunction 157 nextMac macFunction // next MAC algorithm 160 inDigestBuf, outDigestBuf []byte 178 func (hc *halfConn) changeCipherSpec() error { 193 func (hc *halfConn) incSeq() { 514 func (hc *halfConn) newBlock() *block { [all …]
|
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/crypto/tls/ |
H A D | conn.go | 145 type halfConn struct { struct 146 sync.Mutex 149 version uint16 // protocol version 150 cipher interface{} // cipher algorithm 151 mac macFunction 157 nextMac macFunction // next MAC algorithm 160 inDigestBuf, outDigestBuf []byte 178 func (hc *halfConn) changeCipherSpec() error { 193 func (hc *halfConn) incSeq() { 514 func (hc *halfConn) newBlock() *block { [all …]
|
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/crypto/tls/ |
H A D | conn.go | 145 type halfConn struct { struct 146 sync.Mutex 149 version uint16 // protocol version 150 cipher interface{} // cipher algorithm 151 mac macFunction 157 nextMac macFunction // next MAC algorithm 160 inDigestBuf, outDigestBuf []byte 178 func (hc *halfConn) changeCipherSpec() error { 193 func (hc *halfConn) incSeq() { 514 func (hc *halfConn) newBlock() *block { [all …]
|
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/crypto/tls/ |
H A D | conn.go | 145 type halfConn struct { struct 146 sync.Mutex 149 version uint16 // protocol version 150 cipher interface{} // cipher algorithm 151 mac macFunction 157 nextMac macFunction // next MAC algorithm 160 inDigestBuf, outDigestBuf []byte 178 func (hc *halfConn) changeCipherSpec() error { 193 func (hc *halfConn) incSeq() { 514 func (hc *halfConn) newBlock() *block { [all …]
|
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/crypto/tls/ |
H A D | conn.go | 145 type halfConn struct { struct 146 sync.Mutex 149 version uint16 // protocol version 150 cipher interface{} // cipher algorithm 151 mac macFunction 157 nextMac macFunction // next MAC algorithm 160 inDigestBuf, outDigestBuf []byte 178 func (hc *halfConn) changeCipherSpec() error { 193 func (hc *halfConn) incSeq() { 514 func (hc *halfConn) newBlock() *block { [all …]
|
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/tls-tris/ |
H A D | conn.go | 188 type halfConn struct { struct 189 sync.Mutex 192 version uint16 // protocol version 194 mac macFunction 200 nextMac macFunction // next MAC algorithm 203 inDigestBuf, outDigestBuf []byte 205 traceErr func(error) 226 func (hc *halfConn) changeCipherSpec() error { 249 func (hc *halfConn) incSeq() { 608 func (hc *halfConn) newBlock() *block { [all …]
|
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/tls-tris/ |
H A D | conn.go | 188 type halfConn struct { struct 189 sync.Mutex 192 version uint16 // protocol version 194 mac macFunction 200 nextMac macFunction // next MAC algorithm 203 inDigestBuf, outDigestBuf []byte 205 traceErr func(error) 226 func (hc *halfConn) changeCipherSpec() error { 249 func (hc *halfConn) incSeq() { 608 func (hc *halfConn) newBlock() *block { [all …]
|
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/marten-seemann/qtls/ |
H A D | conn.go | 156 type halfConn struct { struct 157 sync.Mutex 160 version uint16 // protocol version 161 cipher interface{} // cipher algorithm 162 mac macFunction 163 seq [8]byte // 64-bit sequence number 166 nextCipher interface{} // next encryption state 167 nextMac macFunction // next MAC algorithm 189 func (hc *halfConn) changeCipherSpec() error { 225 func (hc *halfConn) incSeq() { [all …]
|
/dports/net/v2ray/v2ray-core-4.36.2/vendor/github.com/marten-seemann/qtls/ |
H A D | conn.go | 156 type halfConn struct { struct 157 sync.Mutex 160 version uint16 // protocol version 161 cipher interface{} // cipher algorithm 162 mac macFunction 163 seq [8]byte // 64-bit sequence number 166 nextCipher interface{} // next encryption state 167 nextMac macFunction // next MAC algorithm 189 func (hc *halfConn) changeCipherSpec() error { 225 func (hc *halfConn) incSeq() { [all …]
|
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/marten-seemann/qtls/ |
H A D | conn.go | 154 type halfConn struct { struct 155 sync.Mutex 158 version uint16 // protocol version 159 cipher interface{} // cipher algorithm 160 mac macFunction 161 seq [8]byte // 64-bit sequence number 164 nextCipher interface{} // next encryption state 165 nextMac macFunction // next MAC algorithm 187 func (hc *halfConn) changeCipherSpec() error { 223 func (hc *halfConn) incSeq() { [all …]
|
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/marten-seemann/qtls/ |
H A D | conn.go | 154 type halfConn struct { struct 155 sync.Mutex 158 version uint16 // protocol version 159 cipher interface{} // cipher algorithm 160 mac macFunction 161 seq [8]byte // 64-bit sequence number 164 nextCipher interface{} // next encryption state 165 nextMac macFunction // next MAC algorithm 187 func (hc *halfConn) changeCipherSpec() error { 223 func (hc *halfConn) incSeq() { [all …]
|
/dports/net/syncthing/syncthing-1.18.1/syncthing/vendor/github.com/marten-seemann/qtls/ |
H A D | conn.go | 156 type halfConn struct { struct 157 sync.Mutex 160 version uint16 // protocol version 161 cipher interface{} // cipher algorithm 162 mac macFunction 163 seq [8]byte // 64-bit sequence number 166 nextCipher interface{} // next encryption state 167 nextMac macFunction // next MAC algorithm 189 func (hc *halfConn) changeCipherSpec() error { 225 func (hc *halfConn) incSeq() { [all …]
|