Home
last modified time | relevance | path

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

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