|
Tor 0.4.9.8
|
Data Fields | |
| int | dh_type |
| SECKEYPrivateKey * | seckey |
| SECKEYPublicKey * | pubkey |
| DH * | dh |
A structure to hold the first half (x, g^x) of a Diffie-Hellman handshake while we're waiting for the second.
Definition at line 68 of file crypto_dh_nss.c.
| DH* dh |
The openssl DH object
Definition at line 36 of file crypto_dh_openssl.c.
Referenced by crypto_dh_dup(), crypto_dh_free_(), crypto_dh_generate_public(), crypto_dh_get_bytes(), crypto_dh_get_public(), crypto_dh_handshake(), and crypto_dh_new().
| int dh_type |
Definition at line 69 of file crypto_dh_nss.c.
| SECKEYPublicKey* pubkey |
Definition at line 71 of file crypto_dh_nss.c.
| SECKEYPrivateKey* seckey |
Definition at line 70 of file crypto_dh_nss.c.