Home
last modified time | relevance | path

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

/hostap-latest/src/crypto/
Dtls_gnutls.c28 void *session_data; member
137 os_free(global->session_data); in tls_deinit()
338 if (global->session_data) { in tls_connection_shutdown()
340 global->session_data, in tls_connection_shutdown()
1546 if (global->session_data == NULL || in tls_connection_handshake()
1548 os_free(global->session_data); in tls_connection_handshake()
1549 global->session_data = os_malloc(size); in tls_connection_handshake()
1551 if (global->session_data) { in tls_connection_handshake()
1554 global->session_data, in tls_connection_handshake()