Home | History | Annotate | Download | only in conscrypt

Lines Matching refs:longHostname

1737                 char[] longHostname = new char[256];
1738 Arrays.fill(longHostname, 'w');
1739 NativeCrypto.SSL_set_tlsext_host_name(s, new String(longHostname));