Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/ec/
Dec_test.cc54 static const uint8_t kECKeyWithZeros[] = { variable
146 ScopedEC_KEY key = DecodeECPrivateKey(kECKeyWithZeros, in TestZeroPadding()
147 sizeof(kECKeyWithZeros)); in TestZeroPadding()
154 if (std::vector<uint8_t>(kECKeyWithZeros, in TestZeroPadding()
155 kECKeyWithZeros + sizeof(kECKeyWithZeros)) != out) { in TestZeroPadding()
167 if (std::vector<uint8_t>(kECKeyWithZeros, in TestZeroPadding()
168 kECKeyWithZeros + sizeof(kECKeyWithZeros)) != out) { in TestZeroPadding()