Home
last modified time | relevance | path

Searched refs:tls_client_hello_psk (Results 1 – 3 of 3) sorted by relevance

/linux/include/net/
H A Dhandshake.h38 int tls_client_hello_psk(const struct tls_handshake_args *args, gfp_t flags);
/linux/net/handshake/
H A Dtlshd.c341 int tls_client_hello_psk(const struct tls_handshake_args *args, gfp_t flags) in tls_client_hello_psk() function
363 EXPORT_SYMBOL(tls_client_hello_psk);
/linux/drivers/nvme/host/
H A Dtcp.c1736 ret = tls_client_hello_psk(&args, GFP_KERNEL); in nvme_tcp_start_tls()