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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/misc/cgo/testtls/
tls_unix.c 7 static __thread int tls; variable
12 tls = v;
18 return tls;
  /prebuilts/go/linux-x86/misc/cgo/testtls/
tls_unix.c 7 static __thread int tls; variable
12 tls = v;
18 return tls;
  /bionic/libc/arch-arm64/bionic/
__set_tls.c 31 __LIBC_HIDDEN__ void __set_tls(void* tls) {
32 asm("msr tpidr_el0, %0" : : "r" (tls));
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-pe/
tlssec32.d 2 Entry 9 0000.000 000000.. Thread Storage Directory \[\.tls\]
tlssec64.d 2 Entry 9 0000000000003000 00000028 Thread Storage Directory \[\.tls\]
  /external/scapy/scapy/layers/tls/
all.py 7 Aggregate top level objects from all TLS modules.
10 from scapy.layers.tls.cert import *
12 from scapy.layers.tls.automaton_cli import *
13 from scapy.layers.tls.automaton_srv import *
14 from scapy.layers.tls.extensions import *
15 from scapy.layers.tls.handshake import *
16 from scapy.layers.tls.handshake_sslv2 import *
17 from scapy.layers.tls.keyexchange import *
18 from scapy.layers.tls.keyexchange_tls13 import *
19 from scapy.layers.tls.record import
    [all...]
  /external/syslinux/gpxe/src/net/
tls.c 43 #include <gpxe/tls.h>
45 static int tls_send_plaintext ( struct tls_session *tls, unsigned int type,
47 static void tls_clear_cipher ( struct tls_session *tls,
63 * TLS uses 24-bit integers in several places, which are awkward to
78 * Free TLS session
83 struct tls_session *tls = local
87 tls_clear_cipher ( tls, &tls->tx_cipherspec );
88 tls_clear_cipher ( tls, &tls->tx_cipherspec_pending )
1445 struct tls_session *tls = local
1458 struct tls_session *tls = local
1478 struct tls_session *tls = local
1512 struct tls_session *tls = local
1579 struct tls_session *tls = local
1650 struct tls_session *tls = local
1727 struct tls_session *tls; local
    [all...]
  /external/okhttp/android/main/java/com/squareup/okhttp/
ConnectionSpecs.java 29 public static ConnectionSpec.Builder builder(boolean tls) {
30 return new ConnectionSpec.Builder(tls);
  /external/scapy/scapy/layers/tls/crypto/
all.py 7 Aggregate some TLS crypto objects.
10 from scapy.layers.tls.crypto.suites import *
ciphers.py 8 TLS ciphers.
20 from scapy.layers.tls.crypto.cipher_aead import _tls_aead_cipher_algs
21 from scapy.layers.tls.crypto.cipher_block import _tls_block_cipher_algs
22 from scapy.layers.tls.crypto.cipher_stream import _tls_stream_cipher_algs
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/tls/
CertificateType.java 1 package org.bouncycastle.crypto.tls;
TlsNoCloseNotifyException.java 1 package org.bouncycastle.crypto.tls;
7 * {@link AlertDescription#close_notify close_notify} warning alert. If this happens, the TLS
9 * possible to check for truncation via some property of a higher level protocol built upon TLS,
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m68k/
tls-gd-3.d 2 #source: tls-gd-3.s
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
tls.exp 1 # Expect script for i386 TLS tests.
41 "Build tls-def1.o tls-main1.o" \
44 {tls-def1.c tls-main1.c} \
47 "Build tls-gd1.o tls-ld1.o" \
50 {tls-gd1.S tls-ld1.S} \
54 "-shared tmpdir/tls-def1.o"
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/
tls.exp 1 # Expect script for x86-64 TLS tests.
41 "Build tls-def1.o tls-main1.o" \
44 {tls-def1.c tls-main1.c} \
47 "Build tls-gd1.o tls-ld1.o" \
50 {tls-gd1.S tls-ld1.S} \
54 "-shared tmpdir/tls-def1.o"
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-frv/
tls-shared-1-fail.d 1 #name: FRV TLS relocs, shared linking
2 #source: tls-1.s
3 #ld: -shared tmpdir/tls-1-dep.so
  /bionic/libc/bionic/
strerror.cpp 42 bionic_tls& tls = __get_bionic_tls(); local
43 result = tls.strerror_buf;
44 strerror_r(error_number, result, sizeof(tls.strerror_buf));
strsignal.cpp 43 bionic_tls& tls = __get_bionic_tls(); local
44 return const_cast<char*>(__strsignal(signal_number, tls.strsignal_buf, sizeof(tls.strsignal_buf)));
  /frameworks/native/opengl/libs/EGL/
egl_tls.cpp 68 egl_tls_t* tls = getTLS(); local
69 if (tls->error != error) {
79 tls->error = error;
84 egl_tls_t* tls = getTLS(); local
85 if (tls->logCallWithNoContext) {
86 tls->logCallWithNoContext = false;
94 egl_tls_t* tls = (egl_tls_t*)pthread_getspecific(sKey); local
95 if (tls == 0) {
96 tls = new egl_tls_t;
97 pthread_setspecific(sKey, tls);
104 egl_tls_t* tls = (egl_tls_t*)pthread_getspecific(sKey); local
122 egl_tls_t* tls = (egl_tls_t*)pthread_getspecific(sKey); local
140 egl_tls_t* tls = (egl_tls_t *)pthread_getspecific(sKey); local
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/tls/
TrustRootIndex.java 16 package com.squareup.okhttp.internal.tls;
  /prebuilts/misc/windows/sdl2/test/
testthread.c 22 static SDL_TLSID tls; variable
36 SDL_TLSSet(tls, "baby thread", NULL);
38 (char *) data, SDL_ThreadID(), (const char *)SDL_TLSGet(tls));
70 tls = SDL_TLSCreate();
71 SDL_assert(tls);
72 SDL_TLSSet(tls, "main thread", NULL);
73 SDL_Log("Main thread data initially: %s\n", (const char *)SDL_TLSGet(tls));
86 SDL_Log("Main thread data finally: %s\n", (const char *)SDL_TLSGet(tls));
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-vxworks/
tls-3.d 1 # source: tls-3.s
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
tls-err-20x.d 2 #source: tls-ie-9.s --pic
3 #source: tls-ld-6.s --pic
4 #source: tls-ie-10.s --pic
5 #source: tls-hx.s --pic
10 # Code coverage case similar to tls-e-20.d, except with an undefined
tls-err-53.d 2 #source: tls-ld-4.s
4 #ld: -m crislinux tmpdir/tls-dso-xz-1.so
tls-err-65.d 2 #source: tls-le-12s.s
4 #ld: -m crislinux tmpdir/tls-dso-xz-1.so

Completed in 339 milliseconds

1 2 3 4 5 6 7 8 91011>>