Lines Matching refs:EREPORT

107 			EREPORT(("%s is longer than %d characters, ignoring\n",
110 EREPORT(("%s is not a valid directory\n", s));
331 EREPORT(("dst_read_private_key(): Algorithm %d not suppored\n",
338 EREPORT(("dst_read_private_key(): Null key name passed in\n"));
341 EREPORT(("dst_read_private_key(): keyname too big\n"));
374 EREPORT(("dst_write_key(): Algorithm %d not suppored\n",
419 EREPORT(("dst_write_private_key(): Unsupported operation %d\n",
424 EREPORT(("dst_write_private_key(): Failed encoding private RSA bsafe key %d\n", len));
435 EREPORT(("dst_write_private_key(): Write failure on %s %d != %d errno=%d\n",
442 EREPORT(("dst_write_private_key(): Can not create file %s\n"
472 EREPORT(("dst_read_public_key(): No key name given\n"));
477 EREPORT(("dst_read_public_key(): Cannot make filename from %s, %d, and %s\n",
489 EREPORT(("dst_read_public_key(): Public Key not found %s\n",
522 EREPORT(("\"KEY\" doesn't appear in file: %s", name));
535 EREPORT(("dst_read_public_key(): Can not read flag/proto/alg field from %s\n"
547 EREPORT(("Key too long in file: %s", name));
564 EREPORT(("dst_read_public_key: bad return from b64_pton = %d",
596 EREPORT(("dst_write_public_key(): No key specified \n"));
604 EREPORT(("dst_write_public_key(): Cannot make filename from %s, %d, and %s\n",
612 EREPORT(("DST_write_public_key: open of file:%s failed (errno=%d)\n",
653 EREPORT(("dst_dnskey_to_key(): Algorithm %d not suppored\n",
682 EREPORT(("dst_dnskey_to_public_key(): unsuppored alg %d\n",
712 EREPORT(("dst_key_to_dnskey(): Algorithm %d not suppored\n",
740 EREPORT(("dst_key_to_dnskey(): Unsupported ALG %d\n",
770 EREPORT(("dst_buffer_to_key(): Algorithm %d not suppored\n", alg));
781 EREPORT(("dst_buffer_to_key(): dst_buffer_to_hmac failed\n"));
832 EREPORT(("dst_read_private_key_file(): No key name given\n"));
838 EREPORT(("dst_read_private_key(): Cannot make filename from %s, %d, and %s\n",
844 EREPORT(("dst_s_read_private_key_file: Could not open file %s in directory %s\n",
852 EREPORT(("dst_s_read_private_key_file: error reading file %s (empty file)\n",
865 EREPORT(("dst_s_read_private_key_file(): Not a Key file/Decrypt failed %s\n", name));
872 EREPORT(("dst_s_read_private_key_file(): Unknown keyfile %d.%d version for %s\n",
876 EREPORT((
907 EREPORT(("dst_s_read_private_key_file(): actual tag of key read %d != input tag used to build filename %d.\n", id, in_id));
962 EREPORT(("dst_generate_key(): Algorithm %d not suppored\n", alg));
972 EREPORT(("dst_generate_key_pair():Unsupported algorithm %d\n",
977 EREPORT(("dst_generate_key_pair(): Key generation failure %s %d %d %d\n",
1009 EREPORT(("dst_free_key(): Unknown key alg %d\n",
1043 EREPORT(("dst_sig_size(): Unknown key alg %d\n", key->dk_alg));