HomeSort by relevance Sort by last modified time
    Searched refs:sni (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/chromium_org/net/quic/crypto/
crypto_utils.h 41 // Returns true if the sni is valid, false otherwise.
45 static bool IsValidSNI(base::StringPiece sni);
crypto_utils.cc 49 bool CryptoUtils::IsValidSNI(StringPiece sni) {
56 string canonicalized_host(CanonicalizeHost(sni.as_string(), &host_info));
59 sni.find_last_of('.') != string::npos;
crypto_handshake.h 107 // Normalized SNI: converted to lower case and trailing '.' removed.
108 std::string sni; member in struct:net::QuicCryptoNegotiatedParameters
quic_crypto_server_config.cc 82 StringPiece sni; member in struct:net::ClientHelloInfo
650 if (!info.sni.empty()) {
651 scoped_ptr<char[]> sni_tmp(new char[info.sni.length() + 1]);
652 memcpy(sni_tmp.get(), info.sni.data(), info.sni.length());
653 sni_tmp[info.sni.length()] = 0;
654 params->sni = CryptoUtils::NormalizeHostname(sni_tmp.get());
    [all...]
  /external/chromium_org/net/test/
openssl_helper.cc 56 bool sni = false, sni_good = false, snap_start = false; local
65 if (strcmp(argv[i], "sni") == 0) {
66 // Require SNI
67 sni = true;
124 if (sni) {
223 if (sni && !sni_good) {
224 fprintf(stderr, "SNI failed\n");
  /external/chromium_org/third_party/icu/source/
config.guess     [all...]
  /external/chromium_org/third_party/libevent/
config.guess     [all...]
  /external/chromium_org/third_party/libxslt/
config.guess     [all...]
  /external/chromium_org/third_party/sqlite/src/
config.guess     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/
config.guess     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/config/
config.guess     [all...]
  /external/e2fsprogs/config/
config.guess     [all...]
  /external/icu/icu4c/source/
config.guess     [all...]
  /external/libexif/
config.rpath 393 sni)
  /external/libmtp/
config.guess     [all...]
  /external/libunwind/aux/
config.guess 994 echo mips-sni-sysv4
997 echo mips-sni-sysv4
1002 echo ${UNAME_MACHINE}-sni-sysv4
1004 echo ns32k-sni-sysv
    [all...]
  /external/bison/build-aux/
config.guess     [all...]
  /external/chromium_org/sdch/open-vcdiff/
config.guess     [all...]
  /external/chromium_org/third_party/libxml/src/
config.guess     [all...]
  /external/chromium_org/third_party/opus/src/
config.guess     [all...]
  /external/cmockery/cmockery_0_1_2/
config.guess     [all...]
  /external/elfutils/0.153/config/
config.guess     [all...]
  /external/google-tv-pairing-protocol/cpp/
config.guess     [all...]
  /external/jemalloc/
config.guess     [all...]
  /external/libcap-ng/libcap-ng-0.7/
config.guess     [all...]

Completed in 1198 milliseconds

1 2 3