Home
last modified time | relevance | path

Searched defs:appl_data (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/contrib/wpa/src/crypto/
H A Dtls_none.c114 struct wpabuf **appl_data) in tls_connection_handshake() argument
123 struct wpabuf **appl_data) in tls_connection_server_handshake() argument
H A Dtls_internal.c475 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 Dtls_wolfssl.c1736 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 Dtls_gnutls.c1450 struct wpabuf **appl_data) in tls_connection_handshake() argument
1571 struct wpabuf **appl_data) in tls_connection_server_handshake() argument
H A Dtls_openssl.c4404 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 Dtlsv1_client.c165 size_t *out_len, u8 **appl_data, in tlsv1_client_handshake()
/freebsd-src/contrib/wpa/src/eap_peer/
H A Deap_tls_common.c579 struct wpabuf *appl_data; eap_tls_process_input() local