Searched defs:DH_compute_key (Results 1 – 2 of 2) sorted by relevance
22 pub fn DH_compute_key(key: *mut c_uchar, pub_key: *const BIGNUM, dh: *mut DH) -> c_int; in DH_compute_key() function
114 int DH_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) in DH_compute_key() function