Searched refs:kExampleRSAKeyDER (Results 1 – 2 of 2) sorted by relevance
/openssl/test/ |
H A D | evp_extra_test2.c | 38 static const unsigned char kExampleRSAKeyDER[] = { variable 251 {kExampleRSAKeyDER, sizeof(kExampleRSAKeyDER), EVP_PKEY_RSA}, 525 const unsigned char *pdata = kExampleRSAKeyDER; in test_rsa_tofrom_data_select() 526 int pdata_len = sizeof(kExampleRSAKeyDER); in test_rsa_tofrom_data_select()
|
H A D | evp_extra_test.c | 56 static const unsigned char kExampleRSAKeyDER[] = { variable 758 {kExampleRSAKeyDER, sizeof(kExampleRSAKeyDER), "RSA", EVP_PKEY_RSA}, 766 {kExampleRSAKeyDER, sizeof(kExampleRSAKeyDER), "RSA", EVP_PKEY_RSA, 1, 1, 1, 805 return load_example_key("RSA", kExampleRSAKeyDER, in load_example_rsa_key() 806 sizeof(kExampleRSAKeyDER)); in load_example_rsa_key()
|
Completed in 44 milliseconds