Home
last modified time | relevance | path

Searched refs:COAP_DTLS_SPSK_SETUP_VERSION (Results 1 – 7 of 7) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_dtls.h460 #define COAP_DTLS_SPSK_SETUP_VERSION 1 /**< Latest SPSK setup version */ macro
/third_party/libcoap/examples/lwip/
Dserver-coap.c162 setup_data.version = COAP_DTLS_SPSK_SETUP_VERSION; in server_coap_init()
/third_party/libcoap/examples/riot/examples_libcoap_server/
Dserver-coap.c159 setup_data.version = COAP_DTLS_SPSK_SETUP_VERSION; in init_coap_context_endpoints()
/third_party/libcoap/examples/
Dcoap-rd.c675 dtls_psk.version = COAP_DTLS_SPSK_SETUP_VERSION; in fill_keystore()
Dcoap-server.c2075 dtls_spsk.version = COAP_DTLS_SPSK_SETUP_VERSION; in setup_spsk()
/third_party/libcoap/man/
Dcoap_encryption.txt.in251 uint8_t version; /** Set to COAP_DTLS_SPSK_SETUP_VERSION
287 #define COAP_DTLS_SPSK_SETUP_VERSION 1 /**< Latest SPSK setup version */
290 *version* is set to COAP_DTLS_SPSK_SETUP_VERSION. This will then allow
1111 dtls_psk.version = COAP_DTLS_SPSK_SETUP_VERSION;
Dcoap_endpoint_server.txt.in535 dtls_psk.version = COAP_DTLS_SPSK_SETUP_VERSION;