Searched refs:kECKeyWithZeros (Results 1 - 1 of 1) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/ec/
H A Dec_test.cc90 static const uint8_t kECKeyWithZeros[] = { variable
167 DecodeECPrivateKey(kECKeyWithZeros, sizeof(kECKeyWithZeros));
171 EXPECT_EQ(Bytes(kECKeyWithZeros), Bytes(out.data(), out.size()));
177 EXPECT_EQ(Bytes(kECKeyWithZeros), Bytes(out.data(), out.size()));

Completed in 6243 milliseconds