Searched refs:ECPointPointer (Results 1 – 2 of 2) sorted by relevance
78 using ECPointPointer = DeleteFnPtr<EC_POINT, EC_POINT_free>; variable817 static ECPointPointer BufferToPoint(Environment* env,
5601 ECPointPointer ECDH::BufferToPoint(Environment* env, in BufferToPoint()5606 ECPointPointer pub(EC_POINT_new(group)); in BufferToPoint()5620 return ECPointPointer(); in BufferToPoint()5639 ECPointPointer pub( in ComputeSecret()5746 ECPointPointer pub(EC_POINT_new(ecdh->group_)); in SetPrivateKey()5772 ECPointPointer pub( in SetPublicKey()6771 ECPointPointer pub( in ConvertKey()