Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/
Dhandshake.h36 int tls_client_hello_anon(const struct tls_handshake_args *args, gfp_t flags);
/Linux-v6.6/net/handshake/
Dtlshd.c280 int tls_client_hello_anon(const struct tls_handshake_args *args, gfp_t flags) in tls_client_hello_anon() function
294 EXPORT_SYMBOL(tls_client_hello_anon);
/Linux-v6.6/Documentation/networking/
Dtls-handshake.rst123 ret = tls_client_hello_anon(args, gfp_flags);
/Linux-v6.6/net/sunrpc/
Dxprtsock.c2571 rc = tls_client_hello_anon(&args, GFP_KERNEL); in xs_tls_handshake_sync()