Searched refs:pemtype (Results 1 – 1 of 1) sorted by relevance
/third_party/openssl/test/ |
D | pemtest.c | 29 static const char *pemtype = "PEMTESTDATA"; variable 42 || !TEST_true(BIO_printf(b, "-----BEGIN %s-----\n", pemtype)) in test_b64() 44 || !TEST_true(BIO_printf(b, "-----END %s-----\n", pemtype)) in test_b64() 48 if (!TEST_int_eq(memcmp(pemtype, name, strlen(pemtype)), 0) in test_b64() 70 || !TEST_true(BIO_printf(b, "-----BEGIN %s-----\n", pemtype)) in test_invalid() 72 || !TEST_true(BIO_printf(b, "-----END %s-----\n", pemtype)) in test_invalid()
|