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.cc35 static const uint8_t kExampleRSAKeyDER[] = { variable
442 ScopedRSA rsa(RSA_private_key_from_bytes(kExampleRSAKeyDER, in LoadExampleRSAKey()
443 sizeof(kExampleRSAKeyDER))); in LoadExampleRSAKey()
699 if (!TestValidPrivateKey(kExampleRSAKeyDER, sizeof(kExampleRSAKeyDER), in Testd2i_AutoPrivateKey()
756 const uint8_t *derp = kExampleRSAKeyDER; in Testd2i_PrivateKey()
758 sizeof(kExampleRSAKeyDER))); in Testd2i_PrivateKey()
759 if (!pkey || derp != kExampleRSAKeyDER + sizeof(kExampleRSAKeyDER)) { in Testd2i_PrivateKey()