Searched refs:ScopedEC_KEY (Results 1 – 4 of 4) sorted by relevance
69 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()
200 ScopedEC_KEY eckey(EC_KEY_new()); in TestBuiltin()207 ScopedEC_KEY wrong_eckey(EC_KEY_new()); in TestBuiltin()
105 using ScopedEC_KEY = ScopedOpenSSLType<EC_KEY, EC_KEY_free>; variable
321 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()