Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/ec/
Dec_test.cc104 static bssl::UniquePtr<EC_KEY> DecodeECPrivateKey(const uint8_t *in, in DecodeECPrivateKey() function
133 DecodeECPrivateKey(kECKeyWithoutPublic, sizeof(kECKeyWithoutPublic)); in TEST()
166 DecodeECPrivateKey(kECKeyWithZeros, sizeof(kECKeyWithZeros)); in TEST()
173 key = DecodeECPrivateKey(kECKeyMissingZeros, sizeof(kECKeyMissingZeros)); in TEST()
182 DecodeECPrivateKey(kECKeySpecifiedCurve, sizeof(kECKeySpecifiedCurve)); in TEST()