Searched refs:ECPointPointer (Results 1 – 5 of 5) sorted by relevance
167 ECPointPointer ECDH::BufferToPoint(Environment* env, in BufferToPoint()172 ECPointPointer pub(EC_POINT_new(group)); in BufferToPoint()182 return ECPointPointer(); in BufferToPoint()191 return ECPointPointer(); in BufferToPoint()209 ECPointPointer pub( in ComputeSecret()330 ECPointPointer pub(EC_POINT_new(ecdh->group_)); in SetPrivateKey()357 ECPointPointer pub( in SetPublicKey()418 ECPointPointer pub( in ConvertKey()733 ECPointPointer uncompressed(EC_POINT_new(group)); in DoExport()
28 static ECPointPointer BufferToPoint(Environment* env,
72 using ECPointPointer = DeleteFnPtr<EC_POINT, EC_POINT_free>; variable
88 using ECPointPointer = DeleteFnPtr<EC_POINT, EC_POINT_free>;
1068 ECPointPointer pub(ECDH::BufferToPoint(env, group, args[1])); in InitECRaw()