Searched refs:tls_connection_decrypt2 (Results 1 – 4 of 4) sorted by relevance
/hostap-latest/src/crypto/ |
D | tls_internal.c | 603 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
|
D | tls.h | 511 struct wpabuf * tls_connection_decrypt2(void *tls_ctx,
|
/hostap-latest/tests/ |
D | test-https.c | 159 out = tls_connection_decrypt2(tls, conn, in, &need_more_data); in https_client()
|
D | test-https_server.c | 155 out = tls_connection_decrypt2(tls, conn, in, &need_more_data); in https_server()
|