Searched refs:kExampleRSAKeyDER (Results 1 – 2 of 2) sorted by relevance
| /src/crypto/openssl/test/ |
| H A D | evp_extra_test2.c | 46 static const unsigned char kExampleRSAKeyDER[] = { variable 1507 { kExampleRSAKeyDER, sizeof(kExampleRSAKeyDER), EVP_PKEY_RSA }, 1829 const unsigned char *pdata = kExampleRSAKeyDER; in test_rsa_tofrom_data_select() 1830 int pdata_len = sizeof(kExampleRSAKeyDER); in test_rsa_tofrom_data_select()
|
| H A D | evp_extra_test.c | 59 static const unsigned char kExampleRSAKeyDER[] = { variable 858 { kExampleRSAKeyDER, sizeof(kExampleRSAKeyDER), "RSA", EVP_PKEY_RSA }, 873 { kExampleRSAKeyDER, sizeof(kExampleRSAKeyDER), "RSA", EVP_PKEY_RSA, 1, 1, 1, 911 return load_example_key("RSA", kExampleRSAKeyDER, in load_example_rsa_key() 912 sizeof(kExampleRSAKeyDER)); in load_example_rsa_key()
|