OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tls_context
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/crypto/
tls_wolfssl.c
54
struct
tls_context
{
struct
62
static struct
tls_context
*tls_global = NULL;
66
struct
tls_context
*context;
99
static struct
tls_context
* tls_context_new(const struct tls_config *conf)
101
struct
tls_context
*context = os_zalloc(sizeof(*context));
195
struct
tls_context
*context;
260
struct
tls_context
*context = wolfSSL_CTX_get_ex_data(ssl_ctx, 0);
834
struct
tls_context
*context = conn->context;
858
struct
tls_context
*context = conn->context;
951
struct
tls_context
*context
[
all
...]
tls_openssl.c
217
struct
tls_context
{
struct
225
static struct
tls_context
*tls_global = NULL;
240
struct
tls_context
*context;
284
static struct
tls_context
* tls_context_new(const struct tls_config *conf)
286
struct
tls_context
*context = os_zalloc(sizeof(*context));
771
struct
tls_context
*context = conn->context;
962
struct
tls_context
*context;
1126
struct
tls_context
*context = SSL_CTX_get_app_data(ssl);
[
all
...]
Completed in 62 milliseconds