Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/ec/
Dec_test.cc69 static ScopedEC_KEY DecodeECPrivateKey(const uint8_t *in, size_t in_len) { in DecodeECPrivateKey()
71 ScopedEC_KEY ret(d2i_ECPrivateKey(NULL, &inp, in_len)); in DecodeECPrivateKey()
88 ScopedEC_KEY key = DecodeECPrivateKey(kECKeyWithoutPublic, in Testd2i_ECPrivateKey()
146 ScopedEC_KEY key = DecodeECPrivateKey(kECKeyWithZeros, in TestZeroPadding()
/external/boringssl/src/crypto/ecdsa/
Decdsa_test.cc200 ScopedEC_KEY eckey(EC_KEY_new()); in TestBuiltin()
207 ScopedEC_KEY wrong_eckey(EC_KEY_new()); in TestBuiltin()
/external/boringssl/src/crypto/test/
Dscoped_types.h105 using ScopedEC_KEY = ScopedOpenSSLType<EC_KEY, EC_KEY_free>; variable
/external/boringssl/src/tool/
Dspeed.cc321 ScopedEC_KEY key(EC_KEY_new_by_curve_name(nid)); in SpeedECDHCurve()
357 ScopedEC_KEY key(EC_KEY_new_by_curve_name(nid)); in SpeedECDSACurve()