Home
last modified time | relevance | path

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

/third_party/libcoap/src/
Dcoap_tinydtls.c43 struct dtls_context_t *dtls_context; member
290 dtls_send_to_peer(struct dtls_context_t *dtls_context, in dtls_send_to_peer()
310 dtls_application_data(struct dtls_context_t *dtls_context, in dtls_application_data()
332 dtls_event(struct dtls_context_t *dtls_context, in dtls_event()
370 get_psk_info(struct dtls_context_t *dtls_context, in get_psk_info()
546 get_ecdsa_key(struct dtls_context_t *dtls_context, in get_ecdsa_key()
646 struct dtls_context_t *dtls_context = t_context ? dtls_new_context(t_context) : NULL; in coap_dtls_new_context() local
710 dtls_context_t *dtls_context = t_context ? t_context->dtls_context : NULL; in coap_dtls_new_client_session() local
747 dtls_context_t *dtls_context = t_context ? t_context->dtls_context : NULL; in coap_dtls_free_session() local
771 dtls_context_t *dtls_context = t_context ? t_context->dtls_context : NULL; in coap_dtls_send() local
[all …]
Dcoap_openssl.c2321 coap_openssl_context_t *dtls_context; in tls_client_hello_call_back() local
3079 coap_dtls_get_context_timeout(void *dtls_context) { in coap_dtls_get_context_timeout()
Dcoap_mbedtls.c1790 coap_dtls_free_context(void *dtls_context) {
/third_party/libcoap/examples/lwip/config/
Dlwippools.h31 struct dtls_context_t *dtls_context; member
/third_party/libcoap/include/coap3/
Dcoap_net_internal.h140 void *dtls_context; member
/third_party/mbedtls/tests/src/test_helpers/
Dssl_helpers.c742 mbedtls_test_message_socket_context *dtls_context, in mbedtls_test_ssl_endpoint_init()