Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/subsys/net/lib/sockets/
Dsockets_tls.c116 __net_socket struct tls_context { struct
228 static struct tls_context tls_contexts[CONFIG_NET_SOCKETS_TLS_MAX_CONTEXTS]; argument
257 return PART_OF_ARRAY(tls_contexts, (struct tls_context *)obj); in net_socket_is_tls()
318 static int dtls_get_remaining_timeout(struct tls_context *ctx) in dtls_get_remaining_timeout()
360 static inline bool is_handshake_complete(struct tls_context *ctx) in is_handshake_complete()
413 static struct tls_context *tls_alloc(void) in tls_alloc()
416 struct tls_context *tls = NULL; in tls_alloc()
467 static struct tls_context *tls_clone(struct tls_context *source_tls) in tls_clone()
469 struct tls_context *target_tls; in tls_clone()
493 static int tls_release(struct tls_context *tls) in tls_release()
[all …]
/Zephyr-Core-3.4.0/doc/releases/
Drelease-notes-3.0.rst1033 * :github:`41404` - if zsock_connect() fails, tls_context does not get released automatically