Searched refs:tls_context (Results 1 - 4 of 4) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c88 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 *contex
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c88 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 *contex
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c88 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 *contex
[all...]
/external/deqp/framework/opengl/
H A DgluES3PlusWrapperContext.cpp134 static de::ThreadLocal tls_context; member in namespace:glu::es3plus
138 tls_context.set(context);
143 return (Context*)tls_context.get();

Completed in 89 milliseconds