Searched defs:appl_data (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/contrib/wpa/src/crypto/ |
H A D | tls_none.c | 114 struct wpabuf **appl_data) in tls_connection_handshake() argument 123 struct wpabuf **appl_data) in tls_connection_server_handshake() argument
|
H A D | tls_internal.c | 475 tls_connection_handshake(void * tls_ctx,struct tls_connection * conn,const struct wpabuf * in_data,struct wpabuf ** appl_data) tls_connection_handshake() argument 485 tls_connection_handshake2(void * tls_ctx,struct tls_connection * conn,const struct wpabuf * in_data,struct wpabuf ** appl_data,int * need_more_data) tls_connection_handshake2() argument 529 tls_connection_server_handshake(void * tls_ctx,struct tls_connection * conn,const struct wpabuf * in_data,struct wpabuf ** appl_data) tls_connection_server_handshake() argument [all...] |
H A D | tls_wolfssl.c | 1736 wpabuf_put(appl_data, res); in tls_connection_server_handshake() argument 1662 struct wpabuf *appl_data = wpabuf_alloc(max_len + 100); wolfssl_get_appl_data() local 1698 wolfssl_connection_handshake(struct tls_connection * conn,const struct wpabuf * in_data,struct wpabuf ** appl_data,int server) wolfssl_connection_handshake() argument 1727 tls_connection_handshake(void * tls_ctx,struct tls_connection * conn,const struct wpabuf * in_data,struct wpabuf ** appl_data) tls_connection_handshake() argument [all...] |
H A D | tls_gnutls.c | 1450 struct wpabuf **appl_data) in tls_connection_handshake() argument 1571 struct wpabuf **appl_data) in tls_connection_server_handshake() argument
|
H A D | tls_openssl.c | 4404 struct wpabuf *appl_data; openssl_get_appl_data() local 4439 openssl_connection_handshake(struct tls_connection * conn,const struct wpabuf * in_data,struct wpabuf ** appl_data) openssl_connection_handshake() argument 4497 tls_connection_handshake(void * ssl_ctx,struct tls_connection * conn,const struct wpabuf * in_data,struct wpabuf ** appl_data) tls_connection_handshake() argument 4506 tls_connection_server_handshake(void * tls_ctx,struct tls_connection * conn,const struct wpabuf * in_data,struct wpabuf ** appl_data) tls_connection_server_handshake() argument [all...] |
/freebsd-src/contrib/wpa/src/tls/ |
H A D | tlsv1_client.c | 165 size_t *out_len, u8 **appl_data, in tlsv1_client_handshake()
|
/freebsd-src/contrib/wpa/src/eap_peer/ |
H A D | eap_tls_common.c | 579 struct wpabuf *appl_data; eap_tls_process_input() local
|