Searched defs:dtls_context (Results 1 – 4 of 4) sorted by relevance
30 struct dtls_context_t *dtls_context; member118 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() local499 dtls_context_t *dtls_context = t_context ? t_context->dtls_context : NULL; in coap_dtls_new_client_session() local535 dtls_context_t *dtls_context = t_context ? t_context->dtls_context : NULL; in coap_dtls_free_session() local560 dtls_context_t *dtls_context = t_context ? t_context->dtls_context : NULL; in coap_dtls_send() local[all …]
2256 coap_openssl_context_t *dtls_context; in tls_client_hello_call_back() local2985 coap_tick_t coap_dtls_get_context_timeout(void *dtls_context) { in coap_dtls_get_context_timeout()
1488 void coap_dtls_free_context(void *dtls_context) in coap_dtls_free_context()
110 void *dtls_context; member