HomeSort by relevance Sort by last modified time
    Searched refs:NPN (Results 1 - 17 of 17) sorted by null

  /prebuilts/go/darwin-x86/src/net/http/
npn_test.go 43 // Normal request, without NPN.
62 // Request to an advertised but unhandled NPN protocol.
server.go     [all...]
  /prebuilts/go/linux-x86/src/net/http/
npn_test.go 43 // Normal request, without NPN.
62 // Request to an advertised but unhandled NPN protocol.
server.go     [all...]
  /prebuilts/go/darwin-x86/src/crypto/tls/
handshake_client.go 527 return false, errors.New("server advertised unrequested NPN extension")
537 return false, errors.New("server advertised both NPN and ALPN extensions")
handshake_server.go 180 // Although sending an empty NPN extension is reasonable, Firefox has
  /prebuilts/go/linux-x86/src/crypto/tls/
handshake_client.go 527 return false, errors.New("server advertised unrequested NPN extension")
537 return false, errors.New("server advertised both NPN and ALPN extensions")
handshake_server.go 180 // Although sending an empty NPN extension is reasonable, Firefox has
  /external/boringssl/src/ssl/test/runner/
runner.go 125 npn = 2
151 // negotiate a next protocol via NPN or ALPN.
1032 name: "SkipChangeCipherSpec-Server-NPN",
1040 "-advertise-npn", "\x03foo\x03bar\x03baz",
1068 name: "FragmentAcrossChangeCipherSpec-Server-NPN",
1076 "-advertise-npn", "\x03foo\x03bar\x03baz",
124 npn = 2 const
    [all...]
handshake_client.go 703 return false, errors.New("server advertised unrequested NPN extension")
713 return false, errors.New("server advertised both NPN and ALPN extensions")
common.go 557 // SwapNPNAndALPN switches the relative order between NPN and ALPN in
788 // ALPN and NPN in the same connetion.
    [all...]
handshake_server.go 312 // Although sending an empty NPN extension is reasonable, Firefox has
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 212 PHINode *NPN = PHINode::Create(Ty, OPN->getNumIncomingValues());
216 NPN->addIncoming(V, OPN->getIncomingBlock(i));
218 Res = NPN;
    [all...]
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-netty/0.13.2/
grpc-netty-0.13.2.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/0.13.2/
grpc-okhttp-0.13.2.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-all/0.13.2/
grpc-all-0.13.2.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.0.CR3/
netty-handler-4.1.0.CR3.jar 

Completed in 904 milliseconds