Home
last modified time | relevance | path

Searched refs:dhpriv (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dopenssldh_link.c
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dopenssldh_link.c159 DH *dhpub, *dhpriv; in openssldh_computesecret() local
169 dhpriv = priv->keydata.dh; in openssldh_computesecret()
171 len = DH_size(dhpriv); in openssldh_computesecret()
178 ret = DH_compute_key(r.base, pub_key, dhpriv); in openssldh_computesecret()
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dhandler.h154 vchar_t *dhpriv; /* DH; private value */ member
329 vchar_t *dhpriv; /* DH; private value */ member
H A Disakmp_base.c429 &iph1->dhpub, &iph1->dhpriv) < 0)
692 iph1->dhpriv, iph1->dhpub_p, &iph1->dhgxy) < 0)
1147 &iph1->dhpub, &iph1->dhpriv) < 0)
1152 iph1->dhpriv, iph1->dhpub_p, &iph1->dhgxy) < 0)
H A Disakmp_agg.c170 &iph1->dhpub, &iph1->dhpriv) < 0)
525 iph1->dhpriv, iph1->dhpub_p, &iph1->dhgxy) < 0)
954 &iph1->dhpub, &iph1->dhpriv) < 0)
964 iph1->dhpriv, iph1->dhpub_p, &iph1->dhgxy) < 0)
H A Disakmp_ident.c372 &iph1->dhpub, &iph1->dhpriv) < 0)
590 iph1->dhpriv, iph1->dhpub_p, &iph1->dhgxy) < 0)
1264 &iph1->dhpub, &iph1->dhpriv) < 0)
1299 iph1->dhpriv, iph1->dhpub_p, &iph1->dhgxy) < 0)
H A Dhandler.c424 VPTRINIT(iph1->dhpriv);
755 VPTRINIT(iph2->dhpriv);
H A Disakmp_quick.c237 &iph2->dhpub, &iph2->dhpriv) < 0) {
1523 &iph2->dhpub, &iph2->dhpriv) < 0) {
H A Doakley.c490 iph2->dhpriv, iph2->dhpub_p, &iph2->dhgxy) < 0)
/netbsd-src/external/bsd/wpa/dist/src/eap_common/
H A Deap_eke_common.h92 const u8 *dhpriv, const u8 *peer_dhcomp);
H A Deap_eke_common.c378 const u8 *dhpriv, const u8 *peer_dhcomp) in eap_eke_shared_secret() argument
402 NULL, 0, dhpriv, dh->prime_len, peer_pub, in eap_eke_shared_secret()