Home
last modified time | relevance | path

Searched refs:dtls_crit (Results 1 – 4 of 4) sorted by relevance

/net-tools-3.4.0/tinydtls-0.8.2/
Ddebug.h135 #define dtls_crit(...) dsrv_log(DTLS_LOG_CRIT, __VA_ARGS__) macro
Ddtls.c626 dtls_crit("no psk key for session available\n"); in calculate_key_block()
638 dtls_crit("the psk was too long, for the pre master secret\n"); in calculate_key_block()
654 dtls_crit("the curve was too long, for the pre master secret\n"); in calculate_key_block()
661 dtls_crit("calculate_key_block: unknown cipher\n"); in calculate_key_block()
2090 dtls_crit("no ecdsa certificate to send in certificate\n"); in dtls_send_server_hello_msgs()
2183 dtls_crit("no psk identity set in kx\n"); in dtls_send_client_key_exchange()
2229 dtls_crit("cipher not supported\n"); in dtls_send_client_key_exchange()
2326 dtls_crit("no cipher callbacks implemented\n"); in dtls_send_client_hello()
2824 dtls_crit("no ecdsa certificate to send in certificate\n"); in check_server_hellodone()
3335 dtls_crit("unhandled message %d\n", data[0]); in handle_handshake_msg()
[all …]
Dcrypto.c129 dtls_crit("can not allocate a handshake struct\n"); in dtls_handshake_new()
161 dtls_crit("can not allocate a security struct\n"); in dtls_security_new()
/net-tools-3.4.0/tinydtls-0.8.2/tests/
Ddtls-client.c393 dtls_crit("cannot set output file: insufficient memory\n");