Searched refs:wolfssl_connection_handshake (Results 1 – 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | tls_wolfssl.c | 1689 wolfssl_connection_handshake(struct tls_connection *conn, in wolfssl_connection_handshake() function 1722 return wolfssl_connection_handshake(conn, in_data, appl_data, 0); in tls_connection_handshake() 1731 return wolfssl_connection_handshake(conn, in_data, appl_data, 1); in tls_connection_server_handshake()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | tls_wolfssl.c | 1696 wolfssl_connection_handshake(struct tls_connection *conn, in wolfssl_connection_handshake() function 1729 return wolfssl_connection_handshake(conn, in_data, appl_data, 0); in tls_connection_handshake() 1738 return wolfssl_connection_handshake(conn, in_data, appl_data, 1); in tls_connection_server_handshake()
|