Home
last modified time | relevance | path

Searched refs:COAP_PROTO_TLS (Results 1 – 15 of 15) sorted by relevance

/third_party/libcoap/src/
Dcoap_address.c391 case COAP_PROTO_TLS: in coap_get_available_scheme_hint_bits()
463 proto = COAP_PROTO_TLS; in coap_resolve_address_info()
556 proto = COAP_PROTO_TLS; in coap_resolve_address_info()
732 proto = COAP_PROTO_TLS; in coap_resolve_address_info()
Dcoap_pdu.c919 if (proto == COAP_PROTO_TCP || proto==COAP_PROTO_TLS) { in coap_pdu_parse_header_size()
948 assert(proto == COAP_PROTO_TCP || proto == COAP_PROTO_TLS || in coap_pdu_parse_size()
955 if ((proto == COAP_PROTO_TCP || proto==COAP_PROTO_TLS) && length >= 1) { in coap_pdu_parse_size()
1009 } else if (proto == COAP_PROTO_TCP || proto == COAP_PROTO_TLS) { in coap_pdu_parse_header()
Dcoap_session.c1286 case COAP_PROTO_TLS: in coap_session_create_client()
1827 case COAP_PROTO_TLS: in coap_proto_name()
1856 if (proto == COAP_PROTO_TLS && !coap_tls_is_supported()) { in coap_new_endpoint()
1876 if (proto == COAP_PROTO_DTLS || proto == COAP_PROTO_TLS || in coap_new_endpoint()
Dcoap_mbedtls.c1197 if (c_session->proto == COAP_PROTO_TLS ||
1568 assert(proto == COAP_PROTO_TLS);
2256 COAP_PROTO_TLS);
2290 COAP_PROTO_TLS);
Dcoap_gnutls.c1744 if (c_session->proto == COAP_PROTO_TLS) in setup_client_ssl_session()
Dcoap_openssl.c2918 if (session->proto == COAP_PROTO_TLS) in setup_client_ssl_session()
/third_party/libcoap/include/coap3/
Dcoap_session.h37 #define COAP_PROTO_RELIABLE(p) ((p)==COAP_PROTO_TCP || (p)==COAP_PROTO_TLS || \
Dcoap_pdu.h313 COAP_PROTO_TLS, enumerator
/third_party/libcoap/man/
Dcoap_handler.txt.in221 * (D)TLS events for COAP_PROTO_DTLS and COAP_PROTO_TLS
228 * TCP events for COAP_PROTO_TCP and COAP_PROTO_TLS
Dcoap_uri.txt.in196 if (proto != COAP_PROTO_TLS)
Dcoap_session.txt.in177 COAP_PROTO_TLS
Dcoap_endpoint_client.txt.in100 COAP_PROTO_TLS
Dcoap_endpoint_server.txt.in151 COAP_PROTO_TLS
/third_party/libcoap/examples/
Dcoap-client.c1443 if (proto == COAP_PROTO_DTLS || proto == COAP_PROTO_TLS || in open_session()
Dcoap-server.c2606 use_unix_proto = COAP_PROTO_TLS; in cmdline_unix()