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

/external/boringssl/src/crypto/ec/
H A Dec_test.cc53 static const uint8_t kECKeyWithZeros[] = { variable
145 ScopedEC_KEY key = DecodeECPrivateKey(kECKeyWithZeros,
146 sizeof(kECKeyWithZeros));
153 if (std::vector<uint8_t>(kECKeyWithZeros,
154 kECKeyWithZeros + sizeof(kECKeyWithZeros)) != out) {
166 if (std::vector<uint8_t>(kECKeyWithZeros,
167 kECKeyWithZeros + sizeof(kECKeyWithZeros)) != out) {

Completed in 69 milliseconds