HomeSort by relevance Sort by last modified time
    Searched refs:tls_context (Results 1 - 2 of 2) 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/wpa_supplicant_8/src/crypto/
tls_openssl.c 72 struct tls_context { struct
80 static struct tls_context *tls_global = NULL;
84 struct tls_context *context;
117 static struct tls_context * tls_context_new(const struct tls_config *conf)
119 struct tls_context *context = os_zalloc(sizeof(*context));
573 struct tls_context *context = conn->context;
739 struct tls_context *context;
852 struct tls_context *context = SSL_CTX_get_app_data(ssl);
1071 struct tls_context *context = SSL_CTX_get_app_data(ssl);
    [all...]

Completed in 125 milliseconds