Searched refs:sni_tmp (Results 1 – 1 of 1) sorted by relevance
620 scoped_ptr<char[]> sni_tmp(new char[info.sni.length() + 1]); in ProcessClientHello() local621 memcpy(sni_tmp.get(), info.sni.data(), info.sni.length()); in ProcessClientHello()622 sni_tmp[info.sni.length()] = 0; in ProcessClientHello()623 params->sni = CryptoUtils::NormalizeHostname(sni_tmp.get()); in ProcessClientHello()