Searched refs:tls_client_hello_psk (Results 1 – 4 of 4) sorted by relevance
38 int tls_client_hello_psk(const struct tls_handshake_args *args, gfp_t flags);
340 int tls_client_hello_psk(const struct tls_handshake_args *args, gfp_t flags) in tls_client_hello_psk() function362 EXPORT_SYMBOL(tls_client_hello_psk);
111 ret = tls_client_hello_psk(args, gfp_flags);
1732 ret = tls_client_hello_psk(&args, GFP_KERNEL); in nvme_tcp_start_tls()