Searched refs:tls_client_hello_anon (Results 1 – 3 of 3) sorted by relevance
36 int tls_client_hello_anon(const struct tls_handshake_args *args, gfp_t flags);
286 int tls_client_hello_anon(const struct tls_handshake_args *args, gfp_t flags) in tls_client_hello_anon() function300 EXPORT_SYMBOL(tls_client_hello_anon);
2632 rc = tls_client_hello_anon(&args, GFP_KERNEL); in xs_tls_handshake_sync()