Home
last modified time | relevance | path

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

/src/crypto/openssl/test/recipes/
H A D20-test_dhparam.t35 my $pemtype;
46 $pemtype = "PKCS3";
48 $pemtype = "X9.42";
50 $pemtype = "";
53 $pemtype = "";
56 ok(($format eq "PEM") && defined $pemtype, "Checking format is PEM");
61 $pemtype = $type;
73 ok(($type eq $pemtype) && ($type eq $readtype),
74 "Checking parameter type is ".$type." ($pemtype, $readtype)");
/src/crypto/openssl/test/
H A Dpemtest.c29 static const char *pemtype = "PEMTESTDATA"; variable
44 || !TEST_true(BIO_printf(b, "-----BEGIN %s-----\n", pemtype)) in test_b64()
46 || !TEST_true(BIO_printf(b, "-----END %s-----\n", pemtype)) in test_b64()
50 if (!TEST_int_eq(memcmp(pemtype, name, strlen(pemtype)), 0) in test_b64()
72 || !TEST_true(BIO_printf(b, "-----BEGIN %s-----\n", pemtype)) in test_invalid()
74 || !TEST_true(BIO_printf(b, "-----END %s-----\n", pemtype)) in test_invalid()
/src/crypto/heimdal/lib/hx509/
H A Dcrypto.c47 const char *pemtype; member
2048 return key->ops->pemtype; in _hx509_private_pem_name()