Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/evp/
Devp_extra_test.cc34 static const uint8_t kExampleRSAKeyDER[] = { variable
325 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()