Home
last modified time | relevance | path

Searched refs:tls_push_func (Results 1 – 2 of 2) sorted by relevance

/hostap-latest/src/crypto/
Dtls_gnutls.c183 static ssize_t tls_push_func(gnutls_transport_ptr_t ptr, const void *buf, in tls_push_func() function
225 gnutls_transport_set_push_function(conn->session, tls_push_func); in tls_gnutls_init_session()
Dtls_mbedtls_alt.c641 static int tls_push_func(void *ptr, const unsigned char *buf, size_t len) in tls_push_func() function
658 mbedtls_ssl_set_bio(&conn->ssl, conn, tls_push_func, tls_pull_func, NULL); in tls_mbedtls_ssl_setup()