Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_tls.c381 static inline bool is_handshake_complete(struct tls_context *ctx) in is_handshake_complete() function
2388 if (!is_handshake_complete(ctx)) { in sendto_dtls_client()
2425 if (!is_handshake_complete(ctx)) { in sendto_dtls_server()
2784 if (!is_handshake_complete(ctx)) { in recvfrom_dtls_client()
2871 if (!is_handshake_complete(ctx)) { in recvfrom_dtls_server()
3010 !is_handshake_complete(ctx)) { in ztls_poll_prepare_ctx()
3073 if (!is_handshake_complete(ctx)) { in ztls_socket_data_check()
3172 if (!is_handshake_complete(ctx) && !(pfd->revents & ZSOCK_POLLIN)) { in ztls_poll_update_pollin()
3300 } else if (!is_handshake_complete(ctx)) { in poll_offload_dtls_client_retry()