Home
last modified time | relevance | path

Searched refs:isPSK (Results 1 – 11 of 11) sorted by relevance

/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/pion/dtls/v2/
H A Dcipher_suite.go31 isPSK() bool methodSpec
129 if excludePSK && c.isPSK() || excludeNonPSK && !c.isPSK() {
H A Dcipher_suite_tls_psk_with_aes_128_gcm_sha256.go19 func (c *cipherSuiteTLSPskWithAes128GcmSha256) isPSK() bool { func
H A Dcipher_suite_tls_ecdhe_ecdsa_with_aes_128_gcm_sha256.go31 func (c *cipherSuiteTLSEcdheEcdsaWithAes128GcmSha256) isPSK() bool { func
H A Dcipher_suite_tls_psk_with_aes_128_ccm8.go31 func (c *cipherSuiteTLSPskWithAes128Ccm8) isPSK() bool { func
H A Dcipher_suite_tls_ecdhe_ecdsa_with_aes_256_cbc_sha.go31 func (c *cipherSuiteTLSEcdheEcdsaWithAes256CbcSha) isPSK() bool { func
/dports/security/cryptlib/cryptlib-3.4.3/session/
H A Dssl_svr.c571 const BOOLEAN isKeyex, const BOOLEAN isPSK ) in processClientKeyex() argument
588 if( isPSK ) in processClientKeyex()
688 INOUT STREAM *stream, const BOOLEAN isPSK ) in createServerKeyex() argument
711 if( isPSK ) in createServerKeyex()
748 if( isPSK ) in createServerKeyex()
H A Dssl_cli.c400 const BOOLEAN isPSK = ( handshakeInfo->authAlgo == CRYPT_ALGO_NONE ) ? \ in processServerKeyex() local
439 if( isPSK ) in processServerKeyex()
484 if( !isPSK ) in processServerKeyex()
596 const BOOLEAN isPSK ) in createClientKeyex() argument
614 if( isPSK ) in createClientKeyex()
632 if( isPSK ) in createClientKeyex()
687 if( isPSK ) in createClientKeyex()
/dports/lang/mono/mono-5.10.1.57/external/boringssl/ssl/test/runner/
H A Dhandshake_server.go518 isPSK := hs.suite.flags&suitePSK != 0
519 if !isPSK && hs.clientHello.ocspStapling && len(hs.cert.OCSPStaple) > 0 {
549 if !isPSK {
/dports/security/boringssl/boringssl-6a71840/ssl/test/runner/
H A Dhandshake_server.go1574 isPSK := hs.suite.flags&suitePSK != 0
1575 …if !isPSK && hs.clientHello.ocspStapling && len(hs.cert.OCSPStaple) > 0 && !c.config.Bugs.NoOCSPSt…
1616 if !isPSK {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/ssl/test/runner/
H A Dhandshake_server.go1635 isPSK := hs.suite.flags&suitePSK != 0
1636 …if !isPSK && hs.clientHello.ocspStapling && len(hs.cert.OCSPStaple) > 0 && !c.config.Bugs.NoOCSPSt…
1677 if !isPSK {
/dports/net/quiche/quiche-0.9.0/deps/boringssl/src/ssl/test/runner/
H A Dhandshake_server.go1652 isPSK := hs.suite.flags&suitePSK != 0
1653 …if !isPSK && hs.clientHello.ocspStapling && len(hs.cert.OCSPStaple) > 0 && !c.config.Bugs.NoOCSPSt…
1694 if !isPSK {