Lines Matching refs:expected_pem_header
552 static const char expected_pem_header[] =
555 return TEST_FL_strn_eq(data, expected_pem_header,
556 sizeof(expected_pem_header) - 1);
601 static char expected_pem_header[80];
604 TEST_FL_int_gt(BIO_snprintf(expected_pem_header,
605 sizeof(expected_pem_header),
607 && TEST_FL_strn_eq(data, expected_pem_header, strlen(expected_pem_header));
633 static char expected_pem_header[80];
636 TEST_FL_int_gt(BIO_snprintf(expected_pem_header,
637 sizeof(expected_pem_header),
639 && TEST_FL_strn_eq(data, expected_pem_header, strlen(expected_pem_header));
730 static const char expected_pem_header[] =
733 return TEST_FL_strn_eq(data, expected_pem_header,
734 sizeof(expected_pem_header) - 1);
753 static char expected_pem_header[80];
756 TEST_FL_int_gt(BIO_snprintf(expected_pem_header,
757 sizeof(expected_pem_header),
759 && TEST_FL_strn_eq(data, expected_pem_header, strlen(expected_pem_header))
821 static const char expected_pem_header[] =
825 TEST_FL_strn_eq(data, expected_pem_header,
826 sizeof(expected_pem_header) - 1);