Home
last modified time | relevance | path

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

/hostap-latest/src/crypto/
Dtls_internal.c603 return tls_connection_decrypt2(tls_ctx, conn, in_data, NULL); in tls_connection_decrypt()
607 struct wpabuf * tls_connection_decrypt2(void *tls_ctx, in tls_connection_decrypt2() function
Dtls.h511 struct wpabuf * tls_connection_decrypt2(void *tls_ctx,
/hostap-latest/tests/
Dtest-https.c159 out = tls_connection_decrypt2(tls, conn, in, &need_more_data); in https_client()
Dtest-https_server.c155 out = tls_connection_decrypt2(tls, conn, in, &need_more_data); in https_server()