HomeSort by relevance Sort by last modified time
    Searched defs:tls_context (Results 1 - 3 of 3) sorted by null

  /external/deqp/framework/opengl/
gluES3PlusWrapperContext.cpp 157 static de::ThreadLocal tls_context; member in namespace:glu::es3plus
161 tls_context.set(context);
166 return (Context*)tls_context.get();
  /external/libmicrohttpd/src/microhttpd/
internal.h 1193 SSL_CTX* tls_context; member in struct:MHD_Daemon
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 173 struct tls_context { struct
181 static struct tls_context *tls_global = NULL;
190 struct tls_context *context;
227 static struct tls_context * tls_context_new(const struct tls_config *conf)
229 struct tls_context *context = os_zalloc(sizeof(*context));
683 struct tls_context *context = conn->context;
868 struct tls_context *context;
1018 struct tls_context *context = SSL_CTX_get_app_data(ssl);
1315 struct tls_context *context = SSL_CTX_get_app_data(ssl);
    [all...]

Completed in 1419 milliseconds