Searched refs:EREPORT (Results 1 – 2 of 2) sorted by relevance
103 EREPORT(("%s is longer than %d characters, ignoring\n", in dst_init()106 EREPORT(("%s is not a valid directory\n", s)); in dst_init()327 EREPORT(("dst_read_private_key(): Algorithm %d not suppored\n", in dst_read_key()334 EREPORT(("dst_read_private_key(): Null key name passed in\n")); in dst_read_key()337 EREPORT(("dst_read_private_key(): keyname too big\n")); in dst_read_key()370 EREPORT(("dst_write_key(): Algorithm %d not suppored\n", in dst_write_key()415 EREPORT(("dst_write_private_key(): Unsupported operation %d\n", in dst_s_write_private_key()420 EREPORT(("dst_write_private_key(): Failed encoding private RSA bsafe key %d\n", len)); in dst_s_write_private_key()431 EREPORT(("dst_write_private_key(): Write failure on %s %d != %d errno=%d\n", in dst_s_write_private_key()438 EREPORT(("dst_write_private_key(): Can not create file %s\n" in dst_s_write_private_key()[all …]
66 #define EREPORT(str) printf str macro68 #define EREPORT(str) (void)0 macro