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 88 struct tls_context { struct
96 static struct tls_context *tls_global = NULL;
100 struct tls_context *context;
132 static struct tls_context * tls_context_new(const struct tls_config *conf)
134 struct tls_context *context = os_zalloc(sizeof(*context));
586 struct tls_context *context = conn->context;
749 struct tls_context *context;
856 struct tls_context *context = SSL_CTX_get_app_data(ssl);
1026 struct tls_context *context = SSL_CTX_get_app_data(ssl);
1028 struct tls_context *context = tls_global
    [all...]

Completed in 146 milliseconds