Searched refs:kExampleRSAKeyDER (Results 1 – 1 of 1) sorted by relevance
38 static const uint8_t kExampleRSAKeyDER[] = { variable364 bssl::UniquePtr<RSA> rsa(RSA_private_key_from_bytes(kExampleRSAKeyDER, in LoadExampleRSAKey()365 sizeof(kExampleRSAKeyDER))); in LoadExampleRSAKey()462 TestValidPrivateKey(kExampleRSAKeyDER, sizeof(kExampleRSAKeyDER), in TEST()518 EXPECT_TRUE(ParsePrivateKey(EVP_PKEY_RSA, kExampleRSAKeyDER, in TEST()519 sizeof(kExampleRSAKeyDER))); in TEST()