Home | History | Annotate | Download | only in openssh

Lines Matching refs:fatal

65 		fatal("%s: unsupported ECDH curve \"%s\"", __func__, kex->name);
67 fatal("%s: EC_KEY_new_by_curve_name failed", __func__);
69 fatal("%s: EC_KEY_generate_key failed", __func__);
79 fatal("Cannot load hostkey");
82 fatal("Unsupported hostkey type %d", kex->hostkey_type);
85 fatal("Missing private key for hostkey type %d",
91 fatal("%s: EC_POINT_new failed", __func__);
96 fatal("%s: invalid client public key", __func__);
108 fatal("%s: ECDH_compute_key failed", __func__);
114 fatal("%s: BN_new failed", __func__);
116 fatal("%s: BN_bin2bn failed", __func__);
147 fatal("kexdh_server: key_sign failed");
171 fatal("ECC support is not enabled");