Home
last modified time | relevance | path

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

/third_party/libcoap/man/
Dcoap_tls_library.txt.in15 coap_tls_is_supported,
29 *int coap_tls_is_supported(void);*
80 The *coap_tls_is_supported*() function returns 1 if support for TLS is
125 *coap_dtls_is_supported*() and *coap_tls_is_supported*() functions
Dcoap_endpoint_client.txt.in99 *coap_tls_is_supported*() can be used for checking whether the underlying
Dcoap_endpoint_server.txt.in132 *coap_tls_is_supported*() can be used for checking whether the underlying
/third_party/libcoap/
Dlibcoap-3.sym226 coap_tls_is_supported
Dlibcoap-3.map228 coap_tls_is_supported;
/third_party/libcoap/include/coap3/
Dcoap_dtls.h50 int coap_tls_is_supported(void);
/third_party/libcoap/src/
Dcoap_notls.c23 coap_tls_is_supported(void) { in coap_tls_is_supported() function
Dcoap_session.c838 if (!coap_tls_is_supported()) { in coap_session_create_client()
1312 if (proto == COAP_PROTO_TLS && !coap_tls_is_supported()) { in coap_new_endpoint()
Dcoap_tinydtls.c679 int coap_tls_is_supported(void) { in coap_tls_is_supported() function
Dcoap_mbedtls.c1346 int coap_tls_is_supported(void) in coap_tls_is_supported() function
Dcoap_gnutls.c185 coap_tls_is_supported(void) { in coap_tls_is_supported() function
Dcoap_openssl.c175 int coap_tls_is_supported(void) { in coap_tls_is_supported() function
/third_party/libcoap/examples/
Dcoap-rd.c638 if (coap_dtls_is_supported() || coap_tls_is_supported()) { in fill_keystore()
755 if (coap_tls_is_supported() && (key_defined || cert_file)) { in get_context()
Dcoap-server.c751 if (!coap_tls_is_supported()) { in verify_proxy_scheme_supported()
2087 if (coap_dtls_is_supported() || coap_tls_is_supported()) { in fill_keystore()
2326 if (coap_tls_is_supported() && (key_defined || cert_file)) { in get_context()
Dcoap-client.c666 …SCHEME_COAPS_TCP || (uri.scheme==COAP_URI_SCHEME_COAPS && reliable)) && !coap_tls_is_supported()) { in cmdline_uri()