Home
last modified time | relevance | path

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

/linux/include/net/
H A Dhandshake.h36 int tls_client_hello_anon(const struct tls_handshake_args *args, gfp_t flags);
/linux/net/handshake/
H A Dtlshd.c286 int tls_client_hello_anon(const struct tls_handshake_args *args, gfp_t flags) in tls_client_hello_anon() function
300 EXPORT_SYMBOL(tls_client_hello_anon);
/linux/net/sunrpc/
H A Dxprtsock.c2632 rc = tls_client_hello_anon(&args, GFP_KERNEL); in xs_tls_handshake_sync()