Searched refs:kExampleRSAKeyDER (Results 1 – 1 of 1) sorted by relevance
35 static const uint8_t kExampleRSAKeyDER[] = { variable442 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()