Home
last modified time | relevance | path

Searched refs:BignumPointer (Results 1 – 3 of 3) sorted by relevance

/third_party/node/src/
Dnode_crypto.h75 using BignumPointer = DeleteFnPtr<BIGNUM, BN_free>; variable
838 bool IsKeyValidForCurve(const BignumPointer& private_key);
Dnode_crypto.cc5443 BignumPointer key(BN_bin2bn(key_buf.data(), key_buf.length(), nullptr)); in ComputeSecret()
5721 BignumPointer priv(BN_bin2bn( in SetPrivateKey()
5785 bool ECDH::IsKeyValidForCurve(const BignumPointer& private_key) { in IsKeyValidForCurve()
5793 BignumPointer order(BN_new()); in IsKeyValidForCurve()
6079 BignumPointer bn(BN_new()); in Configure()
6229 BignumPointer fixed_value_;
6248 BignumPointer bn_g(BN_new()); in Setup()
6516 prime_info.fixed_value_ = BignumPointer( in GenerateKeyPairDH()
6525 prime_info.fixed_value_ = BignumPointer( in GenerateKeyPairDH()
Dnode_crypto_common.cc432 BignumPointer bn(ASN1_INTEGER_to_BN(serial_number, nullptr)); in GetSerialNumber()