DH_compute_key
dh_gen_keylen = DH_compute_key(dh_gen_key,client_params->u.dh.public_key, client_params->u.dh.key);
dh_gen_keylen = DH_compute_key(dh_gen_key, kdc_dh_pubkey, ctx->u.dh);
if ((kout = DH_compute_key(kbuf, dh_pub, kex->dh)) < 0 ||
ret = DH_compute_key(key, dhpubbn, dh);
OSSL_DEPRECATEDIN_3_0 int DH_compute_key(unsigned char *key,
ret = DH_compute_key(secret, pub_key, pdhctx->dh);
|| !TEST_int_gt((aout = DH_compute_key(abuf, bpub_key, a)), 0))
|| !TEST_int_gt((bout = DH_compute_key(bbuf, apub_key, b)), 0))
|| !TEST_int_gt((cout = DH_compute_key(cbuf, apub_key, c)), 0))
if (!TEST_int_ne(DH_compute_key(Z1, pub_key_tmp, dhA), -1))
if (!TEST_int_ne(DH_compute_key(Z2, pub_key_tmp, dhB), -1))
|| !TEST_int_gt((aout = DH_compute_key(abuf, bpub_key, a)), 0))
|| !TEST_int_gt((bout = DH_compute_key(bbuf, apub_key, b)), 0))