Searched defs:tls (Results 1 - 18 of 18) sorted by relevance

/external/llvm/test/MC/ARM/
H A Dthumb-types.s32 .long tls(TPOFF)
48 .type tls,%object
50 tls: label
52 .size tls, 4
92 @ CHECK: Name: tls
/external/llvm/test/MC/ELF/
H A Dtype.s29 tls: label
30 .global tls
31 .type tls,@tls_object
32 .type tls,@gnu_indirect_function
287 // CHECK-NEXT: Name: tls
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
H A DBenchmark.java66 boolean tls; field in class:Benchmark
143 if (tls) modifiers.add("tls");
163 if (tls) {
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/tls/
H A DDistinguishedNameParser.java18 package com.squareup.okhttp.internal.tls;
H A DOkHostnameVerifier.java18 package com.squareup.okhttp.internal.tls;
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/tls/
H A DHostnameVerifierTest.java18 package com.squareup.okhttp.internal.tls;
H A DFakeSSLSession.java17 package com.squareup.okhttp.internal.tls;
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DConnectionSpec.java70 final boolean tls; field in class:ConnectionSpec
73 * Used if tls == true. The cipher suites to set on the SSLSocket. {@code null} means "use
78 /** Used if tls == true. The TLS protocol versions to use. */
84 this.tls = builder.tls;
91 return tls;
147 // In accordance with https://tools.ietf.org/html/draft-ietf-tls-downgrade-scsv-00
186 if (!tls) {
237 if (this.tls != that.tls) retur
272 private boolean tls; field in class:ConnectionSpec.Builder
277 Builder(boolean tls) argument
[all...]
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_screen.h33 struct nouveau_bo *tls; member in struct:nvc0_screen
/external/deqp/framework/delibs/dethread/
H A DdeThreadTest.c67 deThreadLocal tls = *(deThreadLocal*)arg; local
68 deThreadLocal_set(tls, DE_NULL);
138 /* Test tls. */
140 deThreadLocal tls; local
143 tls = deThreadLocal_create();
144 DE_TEST_ASSERT(tls);
146 deThreadLocal_set(tls, (void*)(deUintptr)0xff);
148 thread = deThread_create(threadTestThr4, &tls, DE_NULL);
152 DE_TEST_ASSERT((deUintptr)deThreadLocal_get(tls) == 0xff);
153 deThreadLocal_destroy(tls);
[all...]
/external/skia/src/core/
H A DSkGlyphCache.cpp37 SkGlyphCache_Globals* tls = SkGlyphCache_Globals::FindTLS(); local
38 return tls ? *tls : getSharedGlobals();
726 const SkGlyphCache_Globals* tls = SkGlyphCache_Globals::FindTLS(); local
727 return tls ? tls->getCacheSizeLimit() : 0;
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DCallTest.java769 @Test public void tls() throws Exception { method in class:CallTest
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_server.c20 #include "crypto/tls.h"
554 const char *tls,
557 int test = atoi(tls);
609 if (os_strncmp(pos, "tls-", 4) == 0)
553 radius_server_testing_options_tls(struct radius_session *sess, const char *tls, struct eap_config *eap_conf) argument
/external/wpa_supplicant_8/src/radius/
H A Dradius_server.c20 #include "crypto/tls.h"
554 const char *tls,
557 int test = atoi(tls);
609 if (os_strncmp(pos, "tls-", 4) == 0)
553 radius_server_testing_options_tls(struct radius_session *sess, const char *tls, struct eap_config *eap_conf) argument
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius_server.c20 #include "crypto/tls.h"
554 const char *tls,
557 int test = atoi(tls);
609 if (os_strncmp(pos, "tls-", 4) == 0)
553 radius_server_testing_options_tls(struct radius_session *sess, const char *tls, struct eap_config *eap_conf) argument
/external/mdnsresponder/mDNSCore/
H A DuDNS.c1016 q->ntries = 0; // Reset ntries so that tcp/tls connection failures don't affect sendChallengeResponse failures
1118 mDNSBool tls; local
1136 if (sock->flags & kTCPSocketFlags_UseTLS) tls = mDNStrue;
1137 else tls = mDNSfalse;
1145 mDNSCoreReceive(m, reply, end, &Addr, Port, tls ? (mDNSAddr *)1 : mDNSNULL, srcPort, 0);
1448 mDNSlocal const domainname *PRIVATE_UPDATE_SERVICE_TYPE = (const domainname*)"\x0F_dns-update-tls" "\x04_tcp";
1449 mDNSlocal const domainname *PRIVATE_QUERY_SERVICE_TYPE = (const domainname*)"\x0E_dns-query-tls" "\x04_tcp";
1450 mDNSlocal const domainname *PRIVATE_LLQ_SERVICE_TYPE = (const domainname*)"\x0C_dns-llq-tls" "\x04_tcp";
1666 // the _dns-query-tls SRV record for the zone, and we can't do *that* privately because to do so
1667 // we'd need to already know the _dns-query-tls SR
[all...]
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
H A DURLConnectionTest.java1212 boolean tls) throws Exception {
1213 if (tls) {
1211 testClientConfiguredGzipContentEncodingAndConnectionReuse(TransferKind transferKind, boolean tls) argument
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...

Completed in 1638 milliseconds