Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_tls.c127 __net_socket struct tls_context { struct
249 static struct tls_context tls_contexts[CONFIG_NET_SOCKETS_TLS_MAX_CONTEXTS]; argument
278 return PART_OF_ARRAY(tls_contexts, (struct tls_context *)obj); in net_socket_is_tls()
339 static int dtls_get_remaining_timeout(struct tls_context *ctx) in dtls_get_remaining_timeout()
381 static inline bool is_handshake_complete(struct tls_context *ctx) in is_handshake_complete()
440 static struct tls_context *tls_alloc(void) in tls_alloc()
443 struct tls_context *tls = NULL; in tls_alloc()
496 static struct tls_context *tls_clone(struct tls_context *source_tls) in tls_clone()
498 struct tls_context *target_tls; in tls_clone()
522 static int tls_release(struct tls_context *tls) in tls_release()
[all …]
/Zephyr-latest/doc/releases/
Drelease-notes-3.0.rst1033 * :github:`41404` - if zsock_connect() fails, tls_context does not get released automatically