Lines Matching refs:failf
203 failf(data, "%s", PR_ErrorToString(err, PR_LANGUAGE_I_DEFAULT)); in nss_print_error_message()
248 failf(data, "Unknown cipher in list: %s", cipher); in set_ciphers()
263 failf(data, "cipher-suite not supported by NSS: %s", cipherlist[i].name); in set_ciphers()
580 failf(conn->data, "Unable to load client key: Incorrect password"); in display_error()
583 failf(conn->data, "Unable to load certificate %s", filename); in display_error()
603 failf(data, "unable to load client cert: %d (%s)", err, err_name); in cert_stuff()
620 failf(data, "unable to load client key: %d (%s)", err, err_name); in cert_stuff()
653 failf(conn->data, "Invalid OCSP response"); in nss_auth_cert_hook()
658 failf(conn->data, "No OCSP response received"); in nss_auth_cert_hook()
668 failf(conn->data, "Invalid OCSP response"); in nss_auth_cert_hook()
986 failf(data, "failed to verify pinned public key"); in cmp_peer_pubkey()
1019 failf(data, "NSS: PK11 slot not found: %s", pem_slotname); in SelectClientCert()
1025 failf(data, "NSS: CKA_VALUE not found in PK11 generic object"); in SelectClientCert()
1033 failf(data, "NSS: client certificate from file not found"); in SelectClientCert()
1041 failf(data, "NSS: private key from file not found"); in SelectClientCert()
1060 failf(data, "NSS: client certificate not found (nickname not " in SelectClientCert()
1063 failf(data, "NSS: client certificate not found: %s", nickname); in SelectClientCert()
1074 failf(data, "NSS: private key not found for certificate: %s", nickname); in SelectClientCert()
1260 failf(data, "unable to initialize NSS, curl_global_init() should have " in Curl_nss_force_init()
1499 failf(data, "TLS minor version cannot be set"); in nss_init_sslver()
1818 failf(data, "timed out before SSL handshake"); in nss_do_connect()