Home
last modified time | relevance | path

Searched refs:t_context (Results 1 - 1 of 1) sorted by relevance

/third_party/libcoap/src/
H A Dcoap_tinydtls.c170 const coap_tiny_context_t *t_context = in coap_dtls_get_tls() local
173 return t_context->dtls_context; in coap_dtls_get_tls()
292 coap_tiny_context_t *t_context = in dtls_send_to_peer() local
294 coap_context_t *coap_context = t_context ? t_context->coap_context : NULL; in dtls_send_to_peer()
312 coap_tiny_context_t *t_context = in dtls_application_data() local
314 coap_context_t *coap_context = t_context ? t_context->coap_context : NULL; in dtls_application_data()
376 coap_tiny_context_t *t_context = in get_psk_info() local
378 coap_context_t *coap_context = t_context in get_psk_info()
550 coap_tiny_context_t *t_context = get_ecdsa_key() local
581 coap_tiny_context_t *t_context = verify_ecdsa_key() local
645 coap_tiny_context_t *t_context = coap_malloc_type(COAP_DTLS_CONTEXT, sizeof(coap_tiny_context_t)); coap_dtls_new_context() local
665 coap_tiny_context_t *t_context = (coap_tiny_context_t *)handle; coap_dtls_free_context() local
709 coap_tiny_context_t *t_context = (coap_tiny_context_t *)session->context->dtls_context; coap_dtls_new_client_session() local
745 coap_tiny_context_t *t_context = coap_dtls_free_session() local
770 coap_tiny_context_t *t_context = (coap_tiny_context_t *)session->context->dtls_context; coap_dtls_send() local
813 coap_tiny_context_t *t_context = (coap_tiny_context_t *)tiny_context; coap_dtls_get_context_timeout() local
848 coap_tiny_context_t *t_context = (coap_tiny_context_t *)session->context->dtls_context; coap_dtls_receive() local
881 coap_tiny_context_t *t_context = (coap_tiny_context_t *)session->context->dtls_context; coap_dtls_hello() local
1101 asn1_derive_keys(coap_tiny_context_t *t_context, const uint8_t *priv_data, size_t priv_len, const uint8_t *pub_data, size_t pub_len, int is_pkcs8) asn1_derive_keys() argument
1197 coap_tiny_context_t *t_context; coap_dtls_context_set_pki() local
[all...]

Completed in 2 milliseconds