Lines Matching refs:av_log
80 av_log(h, AV_LOG_ERROR, "%s returned 0x%x\n", func_name, ret); in handle_transport_error()
116 …av_log(h, AV_LOG_ERROR, "Read of key file failed. Is it actually there, are the access permissions… in handle_pk_parse_error()
119 av_log(h, AV_LOG_ERROR, "A password for the private key is missing.\n"); in handle_pk_parse_error()
122 av_log(h, AV_LOG_ERROR, "The given password for the private key is wrong.\n"); in handle_pk_parse_error()
125 av_log(h, AV_LOG_ERROR, "mbedtls_pk_parse_key returned -0x%x\n", -ret); in handle_pk_parse_error()
134 …av_log(h, AV_LOG_ERROR, "None of the common ciphersuites is usable. Was the local certificate corr… in handle_handshake_error()
137 …av_log(h, AV_LOG_ERROR, "A fatal alert message was received from the peer, has the peer a correct … in handle_handshake_error()
140 …av_log(h, AV_LOG_ERROR, "No CA chain is set, but required to operate. Was the CA correctly set?\n"… in handle_handshake_error()
143 av_log(h, AV_LOG_ERROR, "TLS handshake was aborted by peer.\n"); in handle_handshake_error()
146 av_log(h, AV_LOG_ERROR, "mbedtls_ssl_handshake returned -0x%x\n", -ret); in handle_handshake_error()
185 av_log(h, AV_LOG_ERROR, "mbedtls_x509_crt_parse_file for CA cert returned %d\n", ret); in tls_open()
193 av_log(h, AV_LOG_ERROR, "mbedtls_x509_crt_parse_file for own cert returned %d\n", ret); in tls_open()
213 av_log(h, AV_LOG_ERROR, "mbedtls_ctr_drbg_seed returned %d\n", ret); in tls_open()
221 av_log(h, AV_LOG_ERROR, "mbedtls_ssl_config_defaults returned %d\n", ret); in tls_open()
232 av_log(h, AV_LOG_ERROR, "mbedtls_ssl_conf_own_cert returned %d\n", ret); in tls_open()
237 av_log(h, AV_LOG_ERROR, "mbedtls_ssl_setup returned %d\n", ret); in tls_open()
243 av_log(h, AV_LOG_ERROR, "mbedtls_ssl_set_hostname returned %d\n", ret); in tls_open()
262 av_log(h, AV_LOG_ERROR, "mbedtls_ssl_get_verify_result reported problems "\ in tls_open()
266 … av_log(h, AV_LOG_ERROR, "The certificate is not correctly signed by the trusted CA.\n"); in tls_open()
289 av_log(h, AV_LOG_WARNING, "%s reported connection reset by peer\n", func_name); in handle_tls_error()
292 av_log(h, AV_LOG_ERROR, "%s returned -0x%x\n", func_name, -ret); in handle_tls_error()