Searched refs:kExampleRSAKeyDER (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | evp_extra_test2.c | 38 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 D | evp_extra_test.c | 32 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()
|