/external/qemu/proxy/ |
proxy_int.h | 176 const char* servername,
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
Utility.java | 174 public static boolean isServerNameValid(String serverName) { 175 serverName = serverName.trim(); 176 if (TextUtils.isEmpty(serverName)) { 183 serverName, [all...] |
/external/chromium_org/third_party/openssl/openssl/apps/ |
s_server.c | 547 BIO_printf(bio_err," -servername host - servername for HostName TLS extension\n"); 549 BIO_printf(bio_err," -cert2 arg - certificate file to use for servername\n"); 551 BIO_printf(bio_err," -key2 arg - Private Key file to use for servername, in cert file if\n"); 724 char * servername; member in struct:tlsextctx_st 733 const char * servername = SSL_get_servername(s, TLSEXT_NAMETYPE_host_name); local 734 if (servername && p->biodebug) 735 BIO_printf(p->biodebug,"Hostname in TLS extension: \"%s\"\n",servername); 737 if (!p->servername) 740 if (servername) [all...] |
/external/openssl/apps/ |
s_server.c | 547 BIO_printf(bio_err," -servername host - servername for HostName TLS extension\n"); 549 BIO_printf(bio_err," -cert2 arg - certificate file to use for servername\n"); 551 BIO_printf(bio_err," -key2 arg - Private Key file to use for servername, in cert file if\n"); 724 char * servername; member in struct:tlsextctx_st 733 const char * servername = SSL_get_servername(s, TLSEXT_NAMETYPE_host_name); local 734 if (servername && p->biodebug) 735 BIO_printf(p->biodebug,"Hostname in TLS extension: \"%s\"\n",servername); 737 if (!p->servername) 740 if (servername) [all...] |
/external/openssl/ssl/ |
t1_lib.c | 379 /* Add TLS extension servername to the Client Hello message */ 384 4 for the servername type and entension length 399 /* length of servername list */ 1039 /* The servername extension is treated as follows: 1042 - The servername is rejected if too long or if it contains zeros, 1044 - The servername field is maintained together with the session cache. 1045 - When a session is resumed, the servername call back invoked in order 1047 - The servername is acknowledged if it is new for a session or when 1050 set a 'desirable' servername for a new SSL object. This can be the 1052 a renegotiation is requested. In this case, a possible servername [all...] |
ssl_err.c | [all...] |
/external/chromium/chrome/browser/sync/util/ |
nigori.cc | 78 // Suser = PBKDF2(Username || Servername, "saltsalt", Nsalt, 8)
|
/external/chromium_org/sync/util/ |
nigori.cc | 73 // Suser = PBKDF2(Username || Servername, "saltsalt", Nsalt, 8)
|
/external/chromium_org/tools/python/google/httpd_config/ |
httpd2_mac.conf | 73 # to the server the response is coming from) it will use ServerName and
|
httpd.conf | 298 # ServerName allows you to set a host name which is sent back to clients for 313 ServerName 127.0.0.1 402 # to the server the response is coming from) it will use ServerName and
|
httpd2.conf | 124 # to the server the response is coming from) it will use ServerName and
|
/external/dhcpcd/ |
dhcp.c | 347 p = dhcp->servername; 348 e = p + sizeof(dhcp->servername); 1405 if (*dhcp->servername && !(overl & 2)) 1433 if (*dhcp->servername && !(overl & 2)) 1434 setvar(&ep, prefix, "server_name", (const char *)dhcp->servername); [all...] |
/external/clang/test/Analysis/ |
keychainAPI.m | 40 const char *serverName,
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/ |
RSSFeedWatcherTask.java | 34 * feedURL - URL of the feed where it will be published - eg., http://servername/path/to/feed.xml
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
lotusformulas.php | 213 '@Set', '@ServerName', '@ServerAccess', '@Select', '@Second',
|
tsql.php | 94 '@@DATEFIRST','@@OPTIONS','@@DBTS','@@REMSERVER','@@LANGID','@@SERVERNAME',
|
visualfoxpro.php | 366 'SelectedItemForeColor','SelfEdit','ServerClass','ServerClassLibrary','ServerHelpFile','ServerName',
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
smbno.h | 64 #define ERRinvnetname 6 /* Invalid servername */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
smbno.h | 64 #define ERRinvnetname 6 /* Invalid servername */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
smbno.h | 64 #define ERRinvnetname 6 /* Invalid servername */
|
/external/chromium_org/third_party/openssl/openssl/ssl/ |
ssl_err.c | [all...] |
ssl.h | 461 * HostName [ 6 ] EXPLICIT OCTET STRING, -- optional HostName from servername TLS extension [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-starteam.jar | |
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
ssl.h | 461 * HostName [ 6 ] EXPLICIT OCTET STRING, -- optional HostName from servername TLS extension [all...] |
/external/openssl/include/openssl/ |
ssl.h | 458 * HostName [ 6 ] EXPLICIT OCTET STRING, -- optional HostName from servername TLS extension [all...] |