Home
last modified time | relevance | path

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

/third_party/node/src/crypto/
Dcrypto_ec.cc167 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()
Dcrypto_ec.h28 static ECPointPointer BufferToPoint(Environment* env,
Dcrypto_util.h72 using ECPointPointer = DeleteFnPtr<EC_POINT, EC_POINT_free>; variable
DREADME.md88 using ECPointPointer = DeleteFnPtr<EC_POINT, EC_POINT_free>;
Dcrypto_keys.cc1068 ECPointPointer pub(ECDH::BufferToPoint(env, group, args[1])); in InitECRaw()