Searched refs:kExampleRSAKeyDER (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/crypto/openssl/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()
|
H A D | evp_extra_test.c | 52 * kExampleRSAKeyDER is an RSA private key in ASN.1, DER format. Of course, you 55 static const unsigned char kExampleRSAKeyDER[] = { variable 279 * kExampleRSAKeyPKCS8 is kExampleRSAKeyDER encoded in a PKCS #8 576 {kExampleRSAKeyDER, sizeof(kExampleRSAKeyDER), "RSA", EVP_PKEY_RSA}, 584 {kExampleRSAKeyDER, sizeof(kExampleRSAKeyDER), "RSA", EVP_PKEY_RSA, 1, 1, 1, 621 return load_example_key("RSA", kExampleRSAKeyDER, in load_example_rsa_key() 622 sizeof(kExampleRSAKeyDER)); in load_example_rsa_key() 1834 /* This uses kExampleRSAKeyDER an [all...] |