Home
last modified time | relevance | path

Searched refs:tls_server_hello_psk (Results 1 – 4 of 4) sorted by relevance

/linux/include/net/
H A Dhandshake.h40 int tls_server_hello_psk(const struct tls_handshake_args *args, gfp_t flags);
/linux/net/handshake/
H A Dtlshd.c402 int tls_server_hello_psk(const struct tls_handshake_args *args, gfp_t flags) in tls_server_hello_psk() function
418 EXPORT_SYMBOL(tls_server_hello_psk);
/linux/Documentation/networking/
H A Dtls-handshake.rst141 ret = tls_server_hello_psk(args, gfp_flags);
/linux/drivers/nvme/target/
H A Dtcp.c1854 ret = tls_server_hello_psk(&args, GFP_KERNEL); in nvmet_tcp_tls_handshake()