OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tls_context
(Results
1 - 1
of
1
) sorted by null
/external/wpa_supplicant_8/src/crypto/
tls_openssl.c
77
struct
tls_context
{
struct
85
static struct
tls_context
*tls_global = NULL;
89
struct
tls_context
*context;
119
static struct
tls_context
* tls_context_new(const struct tls_config *conf)
121
struct
tls_context
*context = os_zalloc(sizeof(*context));
573
struct
tls_context
*context = conn->context;
736
struct
tls_context
*context;
840
struct
tls_context
*context = SSL_CTX_get_app_data(ssl);
989
struct
tls_context
*context = tls_global;
1206
struct
tls_context
*context = conn->context
[
all
...]
Completed in 942 milliseconds