Home
last modified time | relevance | path

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

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