Searched refs:DH_compute_key (Results 26 - 34 of 34) sorted by relevance

12

/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Dopenssldh_link.c95 ret = DH_compute_key(r.base, dhpub->pub_key, dhpriv);
/macosx-10.10.1/ruby-106/ruby/ext/openssl/
H A Dossl_pkey_dh.c489 * See DH_compute_key() for further information.
509 if ((len = DH_compute_key((unsigned char *)RSTRING_PTR(str), pub_key, dh)) < 0) {
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/plugins/
H A Dpassdss.c860 Klen = DH_compute_key(K+4, X, text->dh);
1428 Klen = DH_compute_key(K+4, Y, text->dh);
/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Dd1_clnt.c1014 n=DH_compute_key(p,dh_srvr->pub_key,dh_clnt);
H A Ds3_clnt.c2142 n=DH_compute_key(p,dh_srvr->pub_key,dh_clnt);
H A Ds3_srvr.c1978 i=DH_compute_key(p,pub,dh_srvr);
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/racoon/
H A Dcrypto_openssl.c1340 if ((l = DH_compute_key(v, dh_pub, dh)) == -1)
/macosx-10.10.1/Heimdal-398.1.2/kdc/
H A Dpkinit.c243 dh_gen_keylen = DH_compute_key(dh_gen_key, client_params->u.dh.public_key, client_params->u.dh.key);
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dpkinit.c1417 dh_gen_keylen = DH_compute_key(dh_gen_key, kdc_dh_pubkey, ctx->u.dh);

Completed in 266 milliseconds

12