Lines Matching defs:kExampleRSAKeyDER
48 * kExampleRSAKeyDER is an RSA private key in ASN.1, DER format. Of course, you
51 static const unsigned char kExampleRSAKeyDER[] = {
275 * kExampleRSAKeyPKCS8 is kExampleRSAKeyDER encoded in a PKCS #8
558 {kExampleRSAKeyDER, sizeof(kExampleRSAKeyDER), "RSA", EVP_PKEY_RSA},
566 {kExampleRSAKeyDER, sizeof(kExampleRSAKeyDER), "RSA", EVP_PKEY_RSA, 1, 1, 1,
603 return load_example_key("RSA", kExampleRSAKeyDER,
604 sizeof(kExampleRSAKeyDER));
1730 /* This uses kExampleRSAKeyDER and kExampleRSAKeyPKCS8 to verify encoding */