Home
last modified time | relevance | path

Searched refs:tls_client_hello_x509 (Results 1 – 3 of 3) sorted by relevance

/linux/net/handshake/
H A Dtlshd.c302 * tls_client_hello_x509 - request an x.509-based TLS handshake on a socket
311 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);
/linux/Documentation/networking/
H A Dtls-handshake.rst98 ret = tls_client_hello_x509(args, gfp_flags);
/linux/net/sunrpc/
H A Dxprtsock.c2638 rc = tls_client_hello_x509(&args, GFP_KERNEL); in xs_tls_handshake_sync()