Searched refs:EREPORT (Results 1 – 2 of 2) sorted by relevance
107 EREPORT(("%s is longer than %d characters, ignoring\n", in dst_init()110 EREPORT(("%s is not a valid directory\n", s)); in dst_init()331 EREPORT(("dst_read_private_key(): Algorithm %d not suppored\n", in dst_read_key()338 EREPORT(("dst_read_private_key(): Null key name passed in\n")); in dst_read_key()341 EREPORT(("dst_read_private_key(): keyname too big\n")); in dst_read_key()374 EREPORT(("dst_write_key(): Algorithm %d not suppored\n", in dst_write_key()419 EREPORT(("dst_write_private_key(): Unsupported operation %d\n", in dst_s_write_private_key()424 EREPORT(("dst_write_private_key(): Failed encoding private RSA bsafe key %d\n", len)); in dst_s_write_private_key()435 EREPORT(("dst_write_private_key(): Write failure on %s %d != %d errno=%d\n", in dst_s_write_private_key()442 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