Home
last modified time | relevance | path

Searched refs:COAP_DTLS_PKI_SETUP_VERSION (Results 1 – 10 of 10) sorted by relevance

/dports/net/libcoap/libcoap-4.3.0/include/coap3/
H A Dcoap_dtls.h239 #define COAP_DTLS_PKI_SETUP_VERSION 1 /**< Latest PKI setup version */ macro
/dports/net/libcoap/libcoap-4.3.0/man/
H A Dcoap_encryption.txt.in417 uint8_t version; /* COAP_DTLS_PKI_SETUP_VERSION */
484 #define COAP_DTLS_PKI_SETUP_VERSION 1
487 *version* is set to COAP_DTLS_PKI_SETUP_VERSION. This will then allow support
961 dtls_pki.version = COAP_DTLS_PKI_SETUP_VERSION;
H A Dcoap_endpoint_client.txt.in248 dtls_pki.version = COAP_DTLS_PKI_SETUP_VERSION;
H A Dcoap_endpoint_server.txt.in304 dtls_pki.version = COAP_DTLS_PKI_SETUP_VERSION;
/dports/net/libcoap/libcoap-4.3.0/examples/
H A Dcoap-rd.c646 dtls_pki.version = COAP_DTLS_PKI_SETUP_VERSION; in fill_keystore()
H A Dcoap-client.c1215 dtls_pki.version = COAP_DTLS_PKI_SETUP_VERSION; in setup_pki()
H A Dcoap-server.c2020 dtls_pki.version = COAP_DTLS_PKI_SETUP_VERSION; in setup_pki()
/dports/net/libcoap/libcoap-4.3.0/src/
H A Dcoap_tinydtls.c986 if (setup_data->version != COAP_DTLS_PKI_SETUP_VERSION) in coap_dtls_context_set_pki()
H A Dcoap_session.c1080 if (setup_data->version != COAP_DTLS_PKI_SETUP_VERSION) { in coap_new_client_session_pki()
H A Dnet.c427 if (setup_data->version != COAP_DTLS_PKI_SETUP_VERSION) { in coap_context_set_pki()