Home
last modified time | relevance | path

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

/openbmc/linux/net/tls/
H A Dtls.h213 static inline bool tls_strp_msg_ready(struct tls_sw_context_rx *ctx) in tls_strp_msg_ready() function
H A Dtls_sw.c1319 while (!tls_strp_msg_ready(ctx)) { in tls_rx_rec_wait()
1331 if (tls_strp_msg_ready(ctx)) in tls_rx_rec_wait()
1348 tls_strp_msg_ready(ctx) || in tls_rx_rec_wait()
2005 while (len && (decrypted + copied < target || tls_strp_msg_ready(ctx))) { in tls_sw_recvmsg()
2355 return !ingress_empty || tls_strp_msg_ready(ctx) || in tls_sw_sock_is_readable()
H A Dtls_main.c428 !tls_strp_msg_ready(ctx) && in tls_sk_poll()