Searched refs:expected_pem_header (Results 1 – 1 of 1) sorted by relevance
571 static const char expected_pem_header[] = "-----BEGIN " PEM_STRING_PKCS8INF "-----"; in check_unprotected_PKCS8_PEM() local573 return TEST_FL_strn_eq(data, expected_pem_header, in check_unprotected_PKCS8_PEM()574 sizeof(expected_pem_header) - 1); in check_unprotected_PKCS8_PEM()619 static char expected_pem_header[80]; in check_params_PEM() local621 return TEST_FL_int_gt(BIO_snprintf(expected_pem_header, in check_params_PEM()622 sizeof(expected_pem_header), in check_params_PEM()625 && TEST_FL_strn_eq(data, expected_pem_header, strlen(expected_pem_header)); in check_params_PEM()651 static char expected_pem_header[80]; in check_unprotected_legacy_PEM() local653 return TEST_FL_int_gt(BIO_snprintf(expected_pem_header, in check_unprotected_legacy_PEM()654 sizeof(expected_pem_header), in check_unprotected_legacy_PEM()[all …]