Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Devp_extra_test2.c38 static const unsigned char kExampleRSAKeyDER[] = { variable
249 {kExampleRSAKeyDER, sizeof(kExampleRSAKeyDER), EVP_PKEY_RSA},
435 const unsigned char *pdata = kExampleRSAKeyDER; in test_rsa_tofrom_data_select()
436 int pdata_len = sizeof(kExampleRSAKeyDER); in test_rsa_tofrom_data_select()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Devp_extra_test.c32 static const unsigned char kExampleRSAKeyDER[] = { variable
914 {kExampleRSAKeyDER, sizeof(kExampleRSAKeyDER), EVP_PKEY_RSA},
922 {kExampleRSAKeyDER, sizeof(kExampleRSAKeyDER), EVP_PKEY_RSA, 1, -2, -2, 0},
936 const unsigned char *derp = kExampleRSAKeyDER; in load_example_rsa_key()
940 if (!TEST_true(d2i_RSAPrivateKey(&rsa, &derp, sizeof(kExampleRSAKeyDER)))) in load_example_rsa_key()