Home
last modified time | relevance | path

Searched refs:COAP_DTLS_HINT_LENGTH (Results 1 – 5 of 5) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_dtls.h27 #ifndef COAP_DTLS_HINT_LENGTH
28 #define COAP_DTLS_HINT_LENGTH 128 macro
/third_party/libcoap/src/
Dcoap_openssl.c810 char hint[COAP_DTLS_HINT_LENGTH]; in coap_dtls_context_set_spsk()
2160 char lhint[COAP_DTLS_HINT_LENGTH]; in psk_tls_server_name_call_back()
2486 char lhint[COAP_DTLS_HINT_LENGTH]; in psk_tls_client_hello_call_back()
2775 char hint[COAP_DTLS_HINT_LENGTH] = ""; in coap_dtls_new_server_session()
3239 char hint[COAP_DTLS_HINT_LENGTH] = ""; in coap_tls_new_server_session()
Dcoap_gnutls.c1442 char hint[COAP_DTLS_HINT_LENGTH]; in setup_psk_credentials()
/third_party/libcoap/man/
Dcoap_endpoint_server.txt.in493 char lhint[COAP_DTLS_HINT_LENGTH];
/third_party/libcoap/examples/
Dcoap-client.c1171 char lhint[COAP_DTLS_HINT_LENGTH]; in verify_ih_callback()