Home
last modified time | relevance | path

Searched refs:dtls_warn (Results 1 – 9 of 9) sorted by relevance

/net-tools-3.7.0/tinydtls-0.8.2/
Ddtls.c708 dtls_warn("the list of the supported elliptic curves should be tls extension length - 2\n"); in verify_ext_eliptic_curves()
721 dtls_warn("no supported elliptic curve found\n"); in verify_ext_eliptic_curves()
732 dtls_warn("the list of the supported certificate types should be tls extension length - 1\n"); in verify_ext_cert_type()
745 dtls_warn("no supported certificate type found\n"); in verify_ext_cert_type()
756 dtls_warn("the list of the supported ec_point_formats should be tls extension length - 1\n"); in verify_ext_ec_point_formats()
769 dtls_warn("no supported ec_point_format found\n"); in verify_ext_ec_point_formats()
859 dtls_warn("unsupported tls extension: %i\n", i); in dtls_check_tls_extension()
868 dtls_warn("not all required tls extensions found in client hello\n"); in dtls_check_tls_extension()
873 dtls_warn("not all required tls extensions found in server hello\n"); in dtls_check_tls_extension()
955 dtls_warn("No matching cipher found\n"); in dtls_update_parameters()
[all …]
Dnetq.c117 dtls_warn("netq_node_new: malloc\n"); in netq_node_new()
Ddebug.h136 #define dtls_warn(...) dsrv_log(DTLS_LOG_WARN, __VA_ARGS__) macro
Dcrypto.c536 dtls_warn("cannot set rijndael key\n"); in dtls_encrypt()
562 dtls_warn("cannot set rijndael key\n"); in dtls_decrypt()
/net-tools-3.7.0/tinydtls-0.8.2/tests/
Ddtls-client.c118 dtls_warn("cannot set psk_identity -- buffer too small\n"); in get_psk_info()
126 dtls_warn("PSK for unknown id requested, exiting\n"); in get_psk_info()
129 dtls_warn("cannot set psk -- buffer too small\n"); in get_psk_info()
136 dtls_warn("unsupported request type: %d\n", type); in get_psk_info()
368 dtls_warn("cannot read PSK identity\n");
377 dtls_warn("cannot read PSK\n");
Ddtls-server.c82 dtls_warn("buffer too small for PSK"); in get_psk_info()
179 dtls_warn("packet was truncated (%d bytes lost)\n", len - sizeof(buf)); in dtls_handle_read()
/net-tools-3.7.0/tinydtls-0.8.2/examples/contiki/
Ddtls-client.c156 dtls_warn("cannot set psk_identity -- buffer too small\n"); in get_psk_info()
164 dtls_warn("PSK for unknown id requested, exiting\n"); in get_psk_info()
167 dtls_warn("cannot set psk -- buffer too small\n"); in get_psk_info()
174 dtls_warn("unsupported request type: %d\n", type); in get_psk_info()
Ddtls-server.c148 dtls_warn("buffer too small for PSK"); in get_psk_info()
/net-tools-3.7.0/
Dcoap-client.c542 dtls_warn("cannot set psk_identity -- buffer too small\n"); in get_psk_info()
551 dtls_warn("PSK for unknown id requested, exiting\n"); in get_psk_info()
554 dtls_warn("cannot set psk -- buffer too small\n"); in get_psk_info()
562 dtls_warn("unsupported request type: %d\n", type); in get_psk_info()