Home
last modified time | relevance | path

Searched refs:dh_ (Results 1 - 4 of 4) sorted by relevance

/third_party/node/src/crypto/
H A Dcrypto_dh.cc135 dh_.reset(DH_new()); in Init()
136 if (!DH_generate_parameters_ex(dh_.get(), primeLength, g, nullptr)) in Init()
142 tracker->TrackFieldWithSize("dh", dh_ ? kSizeOf_DH : 0); in MemoryInfo()
146 dh_.reset(DH_new()); in Init()
150 DH_set0_pqg(dh_.get(), bn_p.release(), nullptr, bn_g.release()) && in Init()
155 dh_.reset(DH_new()); in Init()
170 !DH_set0_pqg(dh_.get(), bn_p, nullptr, bn_g)) { in Init()
179 dh_.reset(DH_new()); in Init()
200 if (!DH_set0_pqg(dh_.get(), bn_p, nullptr, bn_g)) { in Init()
297 if (!DH_generate_key(diffieHellman->dh_ in GenerateKeys()
[all...]
H A Dcrypto_dh.h59 DHPointer dh_; member in node::crypto::DiffieHellman
/third_party/libfuse/lib/
H A Dfuse.c3461 static int fill_dir(void *dh_, const char *name, const struct stat *statp, in fill_dir() argument
3464 struct fuse_dh *dh = (struct fuse_dh *) dh_; in fill_dir()
3526 static int fill_dir_plus(void *dh_, const char *name, const struct stat *statp, in fill_dir_plus() argument
3529 struct fuse_dh *dh = (struct fuse_dh *) dh_; in fill_dir_plus()
/third_party/ntfs-3g/libfuse-lite/
H A 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()

Completed in 14 milliseconds