HomeSort by relevance Sort by last modified time
    Searched refs:tls_init (Results 1 - 9 of 9) sorted by null

  /external/wpa_supplicant_8/src/crypto/
tls_none.c 14 void * tls_init(const struct tls_config *conf) function
tls.h 215 * tls_init - Initialize TLS library
226 void * tls_init(const struct tls_config *conf);
230 * @tls_ctx: TLS context data from tls_init()
242 * @tls_ctx: TLS context data from tls_init()
251 * @tls_ctx: TLS context data from tls_init()
258 * @tls_ctx: TLS context data from tls_init()
267 * @tls_ctx: TLS context data from tls_init()
275 * @tls_ctx: TLS context data from tls_init()
287 * @tls_ctx: TLS context data from tls_init()
306 * @tls_ctx: TLS context data from tls_init()
    [all...]
tls_internal.c 40 void * tls_init(const struct tls_config *conf) function
tls_gnutls.c 97 void * tls_init(const struct tls_config *conf) function
    [all...]
tls_wolfssl.c 192 void * tls_init(const struct tls_config *conf) function
    [all...]
tls_openssl.c 958 void * tls_init(const struct tls_config *conf) function
    [all...]
  /external/wpa_supplicant_8/tests/
test-tls.c 102 tls_server = tls_init(&conf);
103 tls_client = tls_init(&conf);
  /external/wpa_supplicant_8/src/ap/
authsrv.c 217 hapd->ssl_ctx = tls_init(&conf);
  /external/wpa_supplicant_8/src/eap_peer/
eap.c     [all...]

Completed in 121 milliseconds