Home
last modified time | relevance | path

Searched refs:expected_pem_header (Results 1 – 1 of 1) sorted by relevance

/src/crypto/openssl/test/
H A Dendecode_test.c569 static const char expected_pem_header[] = "-----BEGIN " PEM_STRING_PKCS8INF "-----"; in check_unprotected_PKCS8_PEM() local
571 return TEST_FL_strn_eq(data, expected_pem_header, in check_unprotected_PKCS8_PEM()
572 sizeof(expected_pem_header) - 1); in check_unprotected_PKCS8_PEM()
617 static char expected_pem_header[80]; in check_params_PEM() local
619 return TEST_FL_int_gt(BIO_snprintf(expected_pem_header, in check_params_PEM()
620 sizeof(expected_pem_header), in check_params_PEM()
623 && TEST_FL_strn_eq(data, expected_pem_header, strlen(expected_pem_header)); in check_params_PEM()
649 static char expected_pem_header[80]; in check_unprotected_legacy_PEM() local
651 return TEST_FL_int_gt(BIO_snprintf(expected_pem_header, in check_unprotected_legacy_PEM()
652 sizeof(expected_pem_header), in check_unprotected_legacy_PEM()
[all …]