Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_crypto.h78 using ECPointPointer = DeleteFnPtr<EC_POINT, EC_POINT_free>; variable
817 static ECPointPointer BufferToPoint(Environment* env,
Dnode_crypto.cc5601 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()