Searched refs:tls_client_hello_anon (Results 1 – 4 of 4) sorted by relevance
36 int tls_client_hello_anon(const struct tls_handshake_args *args, gfp_t flags);
280 int tls_client_hello_anon(const struct tls_handshake_args *args, gfp_t flags) in tls_client_hello_anon() function294 EXPORT_SYMBOL(tls_client_hello_anon);
123 ret = tls_client_hello_anon(args, gfp_flags);
2571 rc = tls_client_hello_anon(&args, GFP_KERNEL); in xs_tls_handshake_sync()