Searched refs:kExampleRSAKeyDER (Results 1 – 1 of 1) sorted by relevance
34 static const uint8_t kExampleRSAKeyDER[] = { variable325 const uint8_t *derp = kExampleRSAKeyDER; in LoadExampleRSAKey()326 ScopedRSA rsa(d2i_RSAPrivateKey(nullptr, &derp, sizeof(kExampleRSAKeyDER))); in LoadExampleRSAKey()565 if (!Testd2i_AutoPrivateKey(kExampleRSAKeyDER, sizeof(kExampleRSAKeyDER), in main()