Searched refs:kExampleRSAKeyDER (Results 1 – 2 of 2) sorted by relevance
/openssl-master/test/ |
A D | evp_extra_test2.c | 37 static const unsigned char kExampleRSAKeyDER[] = { variable 248 {kExampleRSAKeyDER, sizeof(kExampleRSAKeyDER), EVP_PKEY_RSA},
|
A D | evp_extra_test.c | 51 static const unsigned char kExampleRSAKeyDER[] = { variable 548 {kExampleRSAKeyDER, sizeof(kExampleRSAKeyDER), "RSA", EVP_PKEY_RSA}, 556 {kExampleRSAKeyDER, sizeof(kExampleRSAKeyDER), "RSA", EVP_PKEY_RSA, 1, 1, 1, 591 return load_example_key("RSA", kExampleRSAKeyDER, in load_example_rsa_key() 592 sizeof(kExampleRSAKeyDER)); in load_example_rsa_key()
|
Completed in 14 milliseconds