Lines Matching refs:EREPORT

109 			EREPORT(("%s is longer than %d characters, ignoring\n",
112 EREPORT(("%s is not a valid directory\n", s));
333 EREPORT(("dst_read_private_key(): Algorithm %d not suppored\n",
340 EREPORT(("dst_read_private_key(): Null key name passed in\n"));
343 EREPORT(("dst_read_private_key(): keyname too big\n"));
376 EREPORT(("dst_write_key(): Algorithm %d not suppored\n",
421 EREPORT(("dst_write_private_key(): Unsupported operation %d\n",
426 EREPORT(("dst_write_private_key(): Failed encoding private RSA bsafe key %d\n", len));
437 EREPORT(("dst_write_private_key(): Write failure on %s %d != %d errno=%d\n",
444 EREPORT(("dst_write_private_key(): Can not create file %s\n"
474 EREPORT(("dst_read_public_key(): No key name given\n"));
479 EREPORT(("dst_read_public_key(): Cannot make filename from %s, %d, and %s\n",
491 EREPORT(("dst_read_public_key(): Public Key not found %s\n",
524 EREPORT(("\"KEY\" doesn't appear in file: %s", name));
537 EREPORT(("dst_read_public_key(): Can not read flag/proto/alg field from %s\n"
549 EREPORT(("Key too long in file: %s", name));
566 EREPORT(("dst_read_public_key: bad return from b64_pton = %d",
598 EREPORT(("dst_write_public_key(): No key specified \n"));
606 EREPORT(("dst_write_public_key(): Cannot make filename from %s, %d, and %s\n",
614 EREPORT(("DST_write_public_key: open of file:%s failed (errno=%d)\n",
655 EREPORT(("dst_dnskey_to_key(): Algorithm %d not suppored\n",
684 EREPORT(("dst_dnskey_to_public_key(): unsuppored alg %d\n",
714 EREPORT(("dst_key_to_dnskey(): Algorithm %d not suppored\n",
742 EREPORT(("dst_key_to_dnskey(): Unsupported ALG %d\n",
772 EREPORT(("dst_buffer_to_key(): Algorithm %d not suppored\n", alg));
783 EREPORT(("dst_buffer_to_key(): dst_buffer_to_hmac failed\n"));
834 EREPORT(("dst_read_private_key_file(): No key name given\n"));
840 EREPORT(("dst_read_private_key(): Cannot make filename from %s, %d, and %s\n",
846 EREPORT(("dst_s_read_private_key_file: Could not open file %s in directory %s\n",
854 EREPORT(("dst_s_read_private_key_file: error reading file %s (empty file)\n",
867 EREPORT(("dst_s_read_private_key_file(): Not a Key file/Decrypt failed %s\n", name));
874 EREPORT(("dst_s_read_private_key_file(): Unknown keyfile %d.%d version for %s\n",
878 EREPORT((
909 EREPORT(("dst_s_read_private_key_file(): actual tag of key read %d != input tag used to build filename %d.\n", id, in_id));
964 EREPORT(("dst_generate_key(): Algorithm %d not suppored\n", alg));
974 EREPORT(("dst_generate_key_pair():Unsupported algorithm %d\n",
979 EREPORT(("dst_generate_key_pair(): Key generation failure %s %d %d %d\n",
1011 EREPORT(("dst_free_key(): Unknown key alg %d\n",
1045 EREPORT(("dst_sig_size(): Unknown key alg %d\n", key->dk_alg));