Home
last modified time | relevance | path

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

/third_party/openssl/crypto/dh/
Ddh_local.h47 int (*compute_key) (unsigned char *key, const BIGNUM *pub_key, DH *dh); member
/third_party/rust/crates/rust-openssl/openssl/src/
Ddh.rs247 pub fn compute_key(&self, public_key: &BigNumRef) -> Result<Vec<u8>, ErrorStack> { in compute_key() function
/third_party/openssl/crypto/ec/
Dec_local.h646 int (*compute_key)(unsigned char **pout, size_t *poutlen, member