Home
last modified time | relevance | path

Searched defs:dtls_context (Results 1 – 4 of 4) sorted by relevance

/third_party/libcoap/src/
Dcoap_tinydtls.c30 struct dtls_context_t *dtls_context; member
118 dtls_send_to_peer(struct dtls_context_t *dtls_context, in dtls_send_to_peer()
137 dtls_application_data(struct dtls_context_t *dtls_context, in dtls_application_data()
160 dtls_event(struct dtls_context_t *dtls_context, in dtls_event()
198 get_psk_info(struct dtls_context_t *dtls_context, in get_psk_info()
344 get_ecdsa_key(struct dtls_context_t *dtls_context, in get_ecdsa_key()
440 struct dtls_context_t *dtls_context = t_context ? dtls_new_context(t_context) : NULL; in coap_dtls_new_context() local
499 dtls_context_t *dtls_context = t_context ? t_context->dtls_context : NULL; in coap_dtls_new_client_session() local
535 dtls_context_t *dtls_context = t_context ? t_context->dtls_context : NULL; in coap_dtls_free_session() local
560 dtls_context_t *dtls_context = t_context ? t_context->dtls_context : NULL; in coap_dtls_send() local
[all …]
Dcoap_openssl.c2256 coap_openssl_context_t *dtls_context; in tls_client_hello_call_back() local
2985 coap_tick_t coap_dtls_get_context_timeout(void *dtls_context) { in coap_dtls_get_context_timeout()
Dcoap_mbedtls.c1488 void coap_dtls_free_context(void *dtls_context) in coap_dtls_free_context()
/third_party/libcoap/include/coap3/
Dcoap_net_internal.h110 void *dtls_context; member