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

/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dtls_wolfssl.c54 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 *contex
[all...]
H A Dtls_openssl.c210 struct tls_context { struct
218 static struct tls_context *tls_global = NULL;
233 struct tls_context *context;
277 static struct tls_context * tls_context_new(const struct tls_config *conf)
279 struct tls_context *context = os_zalloc(sizeof(*context));
764 struct tls_context *context = conn->context;
955 struct tls_context *context;
1116 struct tls_context *context = SSL_CTX_get_app_data(ssl);
1538 struct tls_context *context = SSL_CTX_get_app_data(ssl);
2150 struct tls_context *contex
[all...]

Completed in 69 milliseconds