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

  /external/deqp/framework/opengl/
gluES3PlusWrapperContext.cpp 134 static de::ThreadLocal tls_context; member in namespace:glu::es3plus
138 tls_context.set(context);
143 return (Context*)tls_context.get();
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 76 struct tls_context { struct
84 static struct tls_context *tls_global = NULL;
88 struct tls_context *context;
120 static struct tls_context * tls_context_new(const struct tls_config *conf)
122 struct tls_context *context = os_zalloc(sizeof(*context));
574 struct tls_context *context = conn->context;
737 struct tls_context *context;
844 struct tls_context *context = SSL_CTX_get_app_data(ssl);
1014 struct tls_context *context = SSL_CTX_get_app_data(ssl);
1016 struct tls_context *context = tls_global
    [all...]

Completed in 41 milliseconds