Searched refs:tls_client_hello_x509 (Results 1 – 4 of 4) sorted by relevance
37 int tls_client_hello_x509(const struct tls_handshake_args *args, gfp_t flags);
306 int tls_client_hello_x509(const struct tls_handshake_args *args, gfp_t flags) in tls_client_hello_x509() function322 EXPORT_SYMBOL(tls_client_hello_x509);
98 ret = tls_client_hello_x509(args, gfp_flags);
2585 rc = tls_client_hello_x509(&args, GFP_KERNEL); in xs_tls_handshake_sync()