Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dhandshake.h39 int tls_server_hello_x509(const struct tls_handshake_args *args, gfp_t flags);
/openbmc/linux/net/handshake/
H A Dtlshd.c369 int tls_server_hello_x509(const struct tls_handshake_args *args, gfp_t flags) in tls_server_hello_x509() function
385 EXPORT_SYMBOL(tls_server_hello_x509);
/openbmc/linux/Documentation/networking/
H A Dtls-handshake.rst135 ret = tls_server_hello_x509(args, gfp_flags);
/openbmc/linux/net/sunrpc/
H A Dsvcsock.c461 ret = tls_server_hello_x509(&args, GFP_KERNEL); in svc_tcp_handshake()