Home | History | Annotate | Download | only in openssh

Lines Matching full:__func__

306 		fatal("%s: unsupported key type %s", __func__, key_type(k));
327 fatal("%s: unsupported key type %s", __func__, key_type(k));
364 fatal("%s: unknown key format %d", __func__, convert_format);
570 fatal("%s: %s is not a recognised public key format", __func__,
594 fatal("%s: unsupported pubkey type %d", __func__,
630 fatal("%s: unrecognised raw private key format", __func__);
656 fatal("%s: unknown key format %d", __func__, convert_format);
680 fatal("%s: unsupported key type %s", __func__,
1424 debug3("%s: %s", __func__, name);
1434 debug3("%s: %s=%s", __func__, name, value);
1484 debug3("%s: %d keys", __func__, nkeys);
1556 fatal("%s: unable to open \"%s\"", __func__, tmp);
1560 __func__, tmp, key_type(public));
1595 fatal("%s: fdopen: %s", __func__, strerror(errno));