Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_dtls.h420 #define COAP_DTLS_SPSK_SETUP_VERSION 1 /**< Latest SPSK setup version */ macro
/third_party/libcoap/man/
Dcoap_encryption.txt.in249 uint8_t version; /** Set to COAP_DTLS_SPSK_SETUP_VERSION
285 #define COAP_DTLS_SPSK_SETUP_VERSION 1 /**< Latest SPSK setup version */
288 *version* is set to COAP_DTLS_SPSK_SETUP_VERSION. This will then allow
1109 dtls_psk.version = COAP_DTLS_SPSK_SETUP_VERSION;
Dcoap_endpoint_server.txt.in445 dtls_psk.version = COAP_DTLS_SPSK_SETUP_VERSION;
/third_party/libcoap/examples/
Dcoap-rd.c685 dtls_psk.version = COAP_DTLS_SPSK_SETUP_VERSION; in fill_keystore()
Dcoap-server.c2071 dtls_spsk.version = COAP_DTLS_SPSK_SETUP_VERSION; in setup_spsk()