Searched refs:tls_client_hello_x509 (Results 1 – 3 of 3) sorted by relevance
302 * tls_client_hello_x509 - request an x.509-based TLS handshake on a socket311 int tls_client_hello_x509(const struct tls_handshake_args *args, gfp_t flags) in tls_client_hello_x509() function 327 EXPORT_SYMBOL(tls_client_hello_x509);
98 ret = tls_client_hello_x509(args, gfp_flags);
2638 rc = tls_client_hello_x509(&args, GFP_KERNEL); in xs_tls_handshake_sync()