• Home
  • Raw
  • Download

Lines Matching refs:dtls_context

431   o_context = (coap_openssl_context_t *)c_session->context->dtls_context;  in coap_dtls_psk_client_callback()
797 ((coap_openssl_context_t *)c_context->dtls_context); in coap_dtls_context_set_spsk()
867 ((coap_openssl_context_t *)c_context->dtls_context); in coap_dtls_context_set_cpsk()
1847 ((coap_openssl_context_t *)session->context->dtls_context); in tls_verify_call_back()
2061 ((coap_openssl_context_t *)session->context->dtls_context); in tls_server_name_call_back()
2157 ((coap_openssl_context_t *)c_session->context->dtls_context); in psk_tls_server_name_call_back()
2256 coap_openssl_context_t *dtls_context; in tls_client_hello_call_back() local
2269 assert(session->context->dtls_context != NULL); in tls_client_hello_call_back()
2272 session->context->dtls_context == NULL) { in tls_client_hello_call_back()
2276 dtls_context = (coap_openssl_context_t *)session->context->dtls_context; in tls_client_hello_call_back()
2277 setup_data = &dtls_context->setup_data; in tls_client_hello_call_back()
2361 ((coap_openssl_context_t *)session->context->dtls_context); in tls_client_hello_call_back()
2473 o_context = (coap_openssl_context_t *)c_session->context->dtls_context; in psk_tls_client_hello_call_back()
2572 ((coap_openssl_context_t *)ctx->dtls_context); in coap_dtls_context_set_pki()
2680 ((coap_openssl_context_t *)ctx->dtls_context); in coap_dtls_context_set_pki_root_cas()
2704 ((coap_openssl_context_t *)ctx->dtls_context); in coap_dtls_context_check_keys_enabled()
2752 coap_dtls_context_t *dtls = &((coap_openssl_context_t *)session->context->dtls_context)->dtls; in coap_dtls_new_server_session()
2808 ((coap_openssl_context_t *)session->context->dtls_context); in setup_client_ssl_session()
2884 coap_openssl_context_t *context = ((coap_openssl_context_t *)session->context->dtls_context); in coap_dtls_new_client_session()
2985 coap_tick_t coap_dtls_get_context_timeout(void *dtls_context) { in coap_dtls_get_context_timeout() argument
2986 (void)dtls_context; in coap_dtls_get_context_timeout()
3012 coap_dtls_context_t *dtls = &((coap_openssl_context_t *)session->context->dtls_context)->dtls; in coap_dtls_hello()
3172 coap_openssl_context_t *context = ((coap_openssl_context_t *)session->context->dtls_context); in coap_tls_new_client_session()
3224 coap_tls_context_t *tls = &((coap_openssl_context_t *)session->context->dtls_context)->tls; in coap_tls_new_server_session()