Home
last modified time | relevance | path

Searched refs:ellipticOk (Results 1 – 25 of 31) sorted by relevance

12

/dports/lang/gcc48/gcc-4.8.5/libgo/go/crypto/tls/
H A Dhandshake_server.go23 ellipticOk bool member
129 hs.ellipticOk = supportedCurve && supportedPointFormat
178 if hs.suite = c.tryCipherSuite(id, supportedList, hs.ellipticOk); hs.suite != nil {
219 hs.suite = c.tryCipherSuite(hs.sessionState.cipherSuite, c.config.cipherSuites(), hs.ellipticOk)
565 func (c *Conn) tryCipherSuite(id uint16, supportedCipherSuites []uint16, ellipticOk bool) *cipherSu…
581 if candidate.elliptic && !ellipticOk {
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/crypto/tls/
H A Dhandshake_server.go23 ellipticOk bool member
144 hs.ellipticOk = supportedCurve && supportedPointFormat
193 if hs.suite = c.tryCipherSuite(id, supportedList, hs.ellipticOk); hs.suite != nil {
234 hs.suite = c.tryCipherSuite(hs.sessionState.cipherSuite, c.config.cipherSuites(), hs.ellipticOk)
580 func (c *Conn) tryCipherSuite(id uint16, supportedCipherSuites []uint16, ellipticOk bool) *cipherSu…
596 if candidate.elliptic && !ellipticOk {
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/crypto/tls/
H A Dhandshake_server.go25 ellipticOk bool member
133 hs.ellipticOk = supportedCurve && supportedPointFormat
196 …if hs.suite = c.tryCipherSuite(id, supportedList, c.vers, hs.ellipticOk, hs.ecdsaOk); hs.suite != …
237 …sessionState.cipherSuite, c.config.cipherSuites(), hs.sessionState.vers, hs.ellipticOk, hs.ecdsaOk)
608 func (c *Conn) tryCipherSuite(id uint16, supportedCipherSuites []uint16, version uint16, ellipticOk argument
624 if (candidate.flags&suiteECDHE != 0) && !ellipticOk {
/dports/lang/mono/mono-5.10.1.57/external/boringssl/ssl/test/runner/
H A Dhandshake_server.go29 ellipticOk bool member
250 hs.ellipticOk = supportedCurve && supportedPointFormat
406 …if hs.suite = c.tryCipherSuite(id, supportedList, c.vers, hs.ellipticOk, hs.ecdsaOk); hs.suite != …
462 …sessionState.cipherSuite, c.config.cipherSuites(), hs.sessionState.vers, hs.ellipticOk, hs.ecdsaOk)
1050 func (c *Conn) tryCipherSuite(id uint16, supportedCipherSuites []uint16, version uint16, ellipticOk argument
1066 if (candidate.flags&suiteECDHE != 0) && !ellipticOk {
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/crypto/tls/
H A Dhandshake_server.go26 ellipticOk bool member
145 hs.ellipticOk = supportedCurve && supportedPointFormat
729 if !hs.ellipticOk {
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/scan/crypto/tls/
H A Dhandshake_server.go26 ellipticOk bool member
145 hs.ellipticOk = supportedCurve && supportedPointFormat
729 if !hs.ellipticOk {
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/crypto/tls/
H A Dhandshake_server.go26 ellipticOk bool member
145 hs.ellipticOk = supportedCurve && supportedPointFormat
729 if !hs.ellipticOk {
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/crypto/tls/
H A Dhandshake_server.go26 ellipticOk bool member
145 hs.ellipticOk = supportedCurve && supportedPointFormat
729 if !hs.ellipticOk {
/dports/lang/gcc8/gcc-8.5.0/libgo/go/crypto/tls/
H A Dhandshake_server.go26 ellipticOk bool member
165 hs.ellipticOk = supportedCurve && supportedPointFormat
786 if !hs.ellipticOk {
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/crypto/tls/
H A Dhandshake_server.go26 ellipticOk bool member
165 hs.ellipticOk = supportedCurve && supportedPointFormat
786 if !hs.ellipticOk {
/dports/security/meek/meek-0.35.0/vendor/github.com/refraction-networking/utls/
H A Dhandshake_server.go26 ellipticOk bool member
196 hs.ellipticOk = supportedCurve && supportedPointFormat
782 if !hs.ellipticOk {
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/crypto/tls/
H A Dhandshake_server.go26 ellipticOk bool member
165 hs.ellipticOk = supportedCurve && supportedPointFormat
786 if !hs.ellipticOk {
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/crypto/tls/
H A Dhandshake_server.go26 ellipticOk bool member
165 hs.ellipticOk = supportedCurve && supportedPointFormat
786 if !hs.ellipticOk {
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/crypto/tls/
H A Dhandshake_server.go26 ellipticOk bool member
196 hs.ellipticOk = supportedCurve && supportedPointFormat
782 if !hs.ellipticOk {
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/crypto/tls/
H A Dhandshake_server.go26 ellipticOk bool member
165 hs.ellipticOk = supportedCurve && supportedPointFormat
786 if !hs.ellipticOk {
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/refraction-networking/utls/
H A Dhandshake_server.go26 ellipticOk bool member
196 hs.ellipticOk = supportedCurve && supportedPointFormat
782 if !hs.ellipticOk {
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/crypto/tls/
H A Dhandshake_server.go26 ellipticOk bool member
165 hs.ellipticOk = supportedCurve && supportedPointFormat
786 if !hs.ellipticOk {
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/refraction-networking/utls/
H A Dhandshake_server.go26 ellipticOk bool member
196 hs.ellipticOk = supportedCurve && supportedPointFormat
782 if !hs.ellipticOk {
/dports/lang/gcc9/gcc-9.4.0/libgo/go/crypto/tls/
H A Dhandshake_server.go26 ellipticOk bool member
196 hs.ellipticOk = supportedCurve && supportedPointFormat
782 if !hs.ellipticOk {
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/gitlab.com/yawning/utls.git/
H A Dhandshake_server.go26 ellipticOk bool member
196 hs.ellipticOk = supportedCurve && supportedPointFormat
782 if !hs.ellipticOk {
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/refraction-networking/utls/
H A Dhandshake_server.go26 ellipticOk bool member
196 hs.ellipticOk = supportedCurve && supportedPointFormat
782 if !hs.ellipticOk {
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/gitlab.com/yawning/utls.git/
H A Dhandshake_server.go26 ellipticOk bool member
196 hs.ellipticOk = supportedCurve && supportedPointFormat
782 if !hs.ellipticOk {
/dports/security/obfs4proxy-tor/obfs4proxy-0.0.11/vendor/gitlab.com/yawning/utls.git/
H A Dhandshake_server.go26 ellipticOk bool member
196 hs.ellipticOk = supportedCurve && supportedPointFormat
782 if !hs.ellipticOk {
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/marten-seemann/qtls/
H A Dhandshake_server.go26 ellipticOk bool member
197 hs.ellipticOk = supportedCurve && supportedPointFormat
783 if !hs.ellipticOk {
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/crypto/tls/
H A Dhandshake_server.go26 ellipticOk bool member
196 hs.ellipticOk = supportedCurve && supportedPointFormat
782 if !hs.ellipticOk {

12