Lines Matching refs:dtls_context
305 (coap_mbedtls_context_t *)c_session->context->dtls_context; in cert_verify_callback_mbedtls()
743 (coap_mbedtls_context_t *)c_session->context->dtls_context; in pki_sni_callback()
824 (coap_mbedtls_context_t *)c_session->context->dtls_context; in psk_sni_callback()
887 (coap_mbedtls_context_t *)c_session->context->dtls_context; in setup_server_ssl_session()
1036 (coap_mbedtls_context_t *)c_session->context->dtls_context; in setup_client_ssl_session()
1372 ((coap_mbedtls_context_t *)c_context->dtls_context); in coap_dtls_context_set_spsk()
1402 ((coap_mbedtls_context_t *)c_context->dtls_context); in coap_dtls_context_set_cpsk()
1420 ((coap_mbedtls_context_t *)c_context->dtls_context); in coap_dtls_context_set_pki()
1446 ((coap_mbedtls_context_t *)c_context->dtls_context); in coap_dtls_context_set_pki_root_cas()
1484 ((coap_mbedtls_context_t *)c_context->dtls_context); in coap_dtls_context_check_keys_enabled()
1488 void coap_dtls_free_context(void *dtls_context) in coap_dtls_free_context() argument
1490 coap_mbedtls_context_t *m_context = (coap_mbedtls_context_t *)dtls_context; in coap_dtls_free_context()
1647 coap_tick_t coap_dtls_get_context_timeout(void *dtls_context COAP_UNUSED) in coap_dtls_get_context_timeout()