Symbol: parse_errx
regress/lib/libcrypto/mlkem/mlkem_tests.c
113
parse_errx(p, "MLKEM_private_key_new");
regress/lib/libcrypto/mlkem/mlkem_tests.c
217
parse_errx(p, "MLKEM_private_key_new");
regress/lib/libcrypto/mlkem/mlkem_tests.c
371
parse_errx(p, "MLKEM_public_key_new");
regress/lib/libcrypto/mlkem/mlkem_tests.c
509
parse_errx(p, "MLKEM_public_key_free");
regress/lib/libcrypto/mlkem/mlkem_tests.c
615
parse_errx(p, "CBB_init_fixed");
regress/lib/libcrypto/mlkem/mlkem_tests.c
617
parse_errx(p, "CBB_add_bytes");
regress/lib/libcrypto/mlkem/mlkem_tests.c
619
parse_errx(p, "CBB_add_bytes");
regress/lib/libcrypto/mlkem/mlkem_tests.c
621
parse_errx(p, "CBB_finish");
regress/lib/libcrypto/mlkem/mlkem_tests.c
627
parse_errx(p, "MLKEM_private_key_new");
regress/lib/libcrypto/mlkem/parse_test_file.c
388
parse_errx(p, "%s: want %d, got %d", __func__,
regress/lib/libcrypto/mlkem/parse_test_file.c
397
parse_errx(p, "%s: want %d, got %d", __func__,
regress/lib/libcrypto/mlkem/parse_test_file.c
400
parse_errx(p, "line_data_set_from_cbb");
regress/lib/libcrypto/mlkem/parse_test_file.c
455
parse_errx(p, "CBS_skip");
regress/lib/libcrypto/mlkem/parse_test_file.c
474
parse_errx(p, "CBS_peek_bytes");
regress/lib/libcrypto/mlkem/parse_test_file.c
486
parse_errx(p, "CBS_get_bytes");
regress/lib/libcrypto/mlkem/parse_test_file.c
500
parse_errx(p, "line too short to match %s", str);
regress/lib/libcrypto/mlkem/parse_test_file.c
506
parse_errx(p, "CBS_get_last_u8");
regress/lib/libcrypto/mlkem/parse_test_file.c
508
parse_errx(p, "CBS_get_last_u8");
regress/lib/libcrypto/mlkem/parse_test_file.c
522
parse_errx(p, "label mismatch %s", label(p));
regress/lib/libcrypto/mlkem/parse_test_file.c
528
parse_errx(p, "error getting \"%s\"", sep);
regress/lib/libcrypto/mlkem/parse_test_file.c
590
parse_errx(p, "CBB_init");
regress/lib/libcrypto/mlkem/parse_test_file.c
596
parse_errx(p, "parse_get_hex_nibble_cbs");
regress/lib/libcrypto/mlkem/parse_test_file.c
598
parse_errx(p, "parse_get_hex_nibble_cbs");
regress/lib/libcrypto/mlkem/parse_test_file.c
601
parse_errx(p, "CBB_add_u8");
regress/lib/libcrypto/mlkem/parse_test_file.c
615
parse_errx(p, "empty instruction line");
regress/lib/libcrypto/mlkem/parse_test_file.c
618
parse_errx(p, "expected instruction line");
regress/lib/libcrypto/mlkem/parse_test_file.c
620
parse_errx(p, "expected start of instruction line");
regress/lib/libcrypto/mlkem/parse_test_file.c
622
parse_errx(p, "expected end of instruction line");
regress/lib/libcrypto/mlkem/parse_test_file.c
629
parse_errx(p, "%zu unprocessed bytes", CBS_len(&p->cbs));
regress/lib/libcrypto/mlkem/parse_test_file.c
650
parse_errx(p, "init failed");
regress/lib/libcrypto/mlkem/parse_test_file.c
684
parse_errx(p, "unknown line type %d", parse_line_type(p));
regress/lib/libcrypto/mlkem/parse_test_file.c
713
parse_errx(p, "init failed");
regress/lib/libcrypto/mlkem/parse_test_file.c
729
parse_errx(p, "CBS_get_last_u8");
regress/lib/libcrypto/mlkem/parse_test_file.h
74
void parse_errx(struct parse *ctx, const char *fmt, ...)