Searched refs:tls_server_hello_x509 (Results 1 – 3 of 3) sorted by relevance
39 int tls_server_hello_x509(const struct tls_handshake_args *args, gfp_t flags);
375 int tls_server_hello_x509(const struct tls_handshake_args *args, gfp_t flags) in tls_server_hello_x509() function391 EXPORT_SYMBOL(tls_server_hello_x509);
499 ret = tls_server_hello_x509(&args, GFP_KERNEL); in svc_tcp_handshake()