Home
last modified time | relevance | path

Searched refs:COAP_DTLS_CPSK_SETUP_VERSION (Results 1 – 6 of 6) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_dtls.h333 #define COAP_DTLS_CPSK_SETUP_VERSION 1 /**< Latest CPSK setup version */ macro
/third_party/libcoap/man/
Dcoap_encryption.txt.in126 uint8_t version; /** Set to COAP_DTLS_CPSK_SETUP_VERSION
161 #define COAP_DTLS_CPSK_SETUP_VERSION 1 /**< Latest CPSK setup version */
164 *version* is set to COAP_DTLS_CPSK_SETUP_VERSION. This will then allow
1196 dtls_psk.version = COAP_DTLS_CPSK_SETUP_VERSION;
Dcoap_endpoint_client.txt.in340 dtls_psk.version = COAP_DTLS_CPSK_SETUP_VERSION;
Dcoap_endpoint_server.txt.in533 dtls_psk.version = COAP_DTLS_CPSK_SETUP_VERSION;
/third_party/libcoap/examples/
Dcoap-client.c1295 dtls_psk.version = COAP_DTLS_CPSK_SETUP_VERSION; in setup_psk()
Dcoap-server.c770 dtls_cpsk.version = COAP_DTLS_CPSK_SETUP_VERSION; in setup_cpsk()