Home
last modified time | relevance | path

Searched defs:tls (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/kernel/threads/tls/
DCMakeLists.txt5 project(tls) project
/Zephyr-latest/tests/net/lib/http_server/tls/
DCMakeLists.txt5 project(tls) project
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_tls.c443 struct tls_context *tls = NULL; in tls_alloc() local
522 static int tls_release(struct tls_context *tls) in tls_release()
959 static int tls_add_ca_certificate(struct tls_context *tls, in tls_add_ca_certificate()
986 static void tls_set_ca_chain(struct tls_context *tls) in tls_set_ca_chain()
995 static int tls_add_own_cert(struct tls_context *tls, in tls_add_own_cert()
1021 static int tls_set_own_cert(struct tls_context *tls) in tls_set_own_cert()
1036 static int tls_set_private_key(struct tls_context *tls, in tls_set_private_key()
1055 static int tls_set_psk(struct tls_context *tls, in tls_set_psk()
1074 static int tls_set_credential(struct tls_context *tls, in tls_set_credential()
1112 static int tls_mbedtls_set_credentials(struct tls_context *tls) in tls_mbedtls_set_credentials()
/Zephyr-latest/include/zephyr/kernel/
Dthread.h353 uintptr_t tls; member
/Zephyr-latest/include/zephyr/net/
Dmqtt.h439 } tls; member