| /src/crypto/external/bsd/openssl/dist/test/recipes/ |
| 20-test_dhparam.t | 32 my $pemtype; 43 $pemtype = "PKCS3"; 45 $pemtype = "X9.42"; 47 $pemtype = ""; 50 $pemtype = ""; 53 ok(($format eq "PEM") && defined $pemtype, "Checking format is PEM"); 56 #No PEM type in this case, so we just set the pemtype to the expected 58 $pemtype = $type; 70 ok(($type eq $pemtype) && ($type eq $readtype), 71 "Checking parameter type is ".$type." ($pemtype, $readtype)") [all...] |
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| pemtest.c | 29 static const char *pemtype = "PEMTESTDATA"; variable 42 || !TEST_true(BIO_printf(b, "-----BEGIN %s-----\n", pemtype)) 44 || !TEST_true(BIO_printf(b, "-----END %s-----\n", pemtype)) 48 if (!TEST_int_eq(memcmp(pemtype, name, strlen(pemtype)), 0) 70 || !TEST_true(BIO_printf(b, "-----BEGIN %s-----\n", pemtype)) 72 || !TEST_true(BIO_printf(b, "-----END %s-----\n", pemtype))
|
| /src/crypto/external/apache2/openssl/dist/test/recipes/ |
| 20-test_dhparam.t | 35 my $pemtype; 46 $pemtype = "PKCS3"; 48 $pemtype = "X9.42"; 50 $pemtype = ""; 53 $pemtype = ""; 56 ok(($format eq "PEM") && defined $pemtype, "Checking format is PEM"); 59 #No PEM type in this case, so we just set the pemtype to the expected 61 $pemtype = $type; 73 ok(($type eq $pemtype) && ($type eq $readtype), 74 "Checking parameter type is ".$type." ($pemtype, $readtype)") [all...] |
| /src/crypto/external/apache2/openssl/dist/test/ |
| pemtest.c | 29 static const char *pemtype = "PEMTESTDATA"; variable 44 || !TEST_true(BIO_printf(b, "-----BEGIN %s-----\n", pemtype)) 46 || !TEST_true(BIO_printf(b, "-----END %s-----\n", pemtype)) 50 if (!TEST_int_eq(memcmp(pemtype, name, strlen(pemtype)), 0) 72 || !TEST_true(BIO_printf(b, "-----BEGIN %s-----\n", pemtype)) 74 || !TEST_true(BIO_printf(b, "-----END %s-----\n", pemtype))
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| pemtest.c | 29 static const char *pemtype = "PEMTESTDATA"; variable 44 || !TEST_true(BIO_printf(b, "-----BEGIN %s-----\n", pemtype)) 46 || !TEST_true(BIO_printf(b, "-----END %s-----\n", pemtype)) 50 if (!TEST_int_eq(memcmp(pemtype, name, strlen(pemtype)), 0) 72 || !TEST_true(BIO_printf(b, "-----BEGIN %s-----\n", pemtype)) 74 || !TEST_true(BIO_printf(b, "-----END %s-----\n", pemtype))
|
| /src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
| hx_locl.h | 243 const char *pemtype; member in struct:hx509_private_key_ops
|
| crypto.c | 1553 return key->ops->pemtype;
|