Searched refs:dhpriv (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/mpl/bind/dist/lib/dns/ |
H A D | openssldh_link.c |
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
H A D | openssldh_link.c | 159 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 D | handler.h | 154 vchar_t *dhpriv; /* DH; private value */ member 329 vchar_t *dhpriv; /* DH; private value */ member
|
H A D | isakmp_base.c | 429 &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 D | isakmp_agg.c | 170 &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 D | isakmp_ident.c | 372 &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 D | handler.c | 424 VPTRINIT(iph1->dhpriv); 755 VPTRINIT(iph2->dhpriv);
|
H A D | isakmp_quick.c | 237 &iph2->dhpub, &iph2->dhpriv) < 0) { 1523 &iph2->dhpub, &iph2->dhpriv) < 0) {
|
H A D | oakley.c | 490 iph2->dhpriv, iph2->dhpub_p, &iph2->dhgxy) < 0)
|
/netbsd-src/external/bsd/wpa/dist/src/eap_common/ |
H A D | eap_eke_common.h | 92 const u8 *dhpriv, const u8 *peer_dhcomp);
|
H A D | eap_eke_common.c | 378 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()
|