Searched refs:dh_ (Results 1 - 4 of 4) sorted by relevance
/third_party/node/src/crypto/ |
H A D | crypto_dh.cc | 135 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 D | crypto_dh.h | 59 DHPointer dh_; member in node::crypto::DiffieHellman
|
/third_party/libfuse/lib/ |
H A D | fuse.c | 3461 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 D | fuse.c | 2127 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