Home
last modified time | relevance | path

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

/openssl-master/test/
A Devp_extra_test2.c37 static const unsigned char kExampleRSAKeyDER[] = { variable
248 {kExampleRSAKeyDER, sizeof(kExampleRSAKeyDER), EVP_PKEY_RSA},
A Devp_extra_test.c51 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