Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_crypto.cc5220 dh_.reset(DH_new()); in Init()
5221 if (!DH_generate_parameters_ex(dh_.get(), primeLength, g, nullptr)) in Init()
5228 dh_.reset(DH_new()); in Init()
5241 !DH_set0_pqg(dh_.get(), bn_p, nullptr, bn_g)) { in Init()
5251 dh_.reset(DH_new()); in Init()
5269 if (!DH_set0_pqg(dh_.get(), bn_p, nullptr, bn_g)) { in Init()
5346 if (!DH_generate_key(diffieHellman->dh_.get())) { in GenerateKeys()
5351 DH_get0_key(diffieHellman->dh_.get(), &pub_key, nullptr); in GenerateKeys()
5370 const BIGNUM* num = get_field(dh->dh_.get()); in GetField()
5446 AllocatedBuffer::AllocateManaged(env, DH_size(diffieHellman->dh_.get())); in ComputeSecret()
[all …]
Dnode_crypto.h809 DHPointer dh_; variable
/third_party/ntfs-3g/libfuse-lite/
Dfuse.c2127 static int fill_dir(void *dh_, const char *name, const struct stat *statp, in fill_dir() argument
2130 struct fuse_dh *dh = (struct fuse_dh *) dh_; in fill_dir()