Home
last modified time | relevance | path

Searched defs:DH_compute_key (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Ddh.rs23 pub fn DH_compute_key(key: *mut c_uchar, pub_key: *const BIGNUM, dh: *mut DH) -> c_int; in DH_compute_key() function
/third_party/openssl/crypto/dh/
Ddh_key.c114 int DH_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) in DH_compute_key() function
/third_party/node/deps/openssl/openssl/crypto/dh/
Ddh_key.c114 int DH_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) in DH_compute_key() function