Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dhandshake.h37 int tls_client_hello_x509(const struct tls_handshake_args *args, gfp_t flags);
/openbmc/linux/net/handshake/
H A Dtlshd.c306 int tls_client_hello_x509(const struct tls_handshake_args *args, gfp_t flags) in tls_client_hello_x509() function
322 EXPORT_SYMBOL(tls_client_hello_x509);
/openbmc/linux/Documentation/networking/
H A Dtls-handshake.rst98 ret = tls_client_hello_x509(args, gfp_flags);
/openbmc/linux/net/sunrpc/
H A Dxprtsock.c2585 rc = tls_client_hello_x509(&args, GFP_KERNEL); in xs_tls_handshake_sync()