Tor  0.4.7.0-alpha-dev
Data Fields
crypto_dh_t Struct Reference

Data Fields

int dh_type
 
SECKEYPrivateKey * seckey
 
SECKEYPublicKey * pubkey
 
DH * dh
 

Detailed Description

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 66 of file crypto_dh_nss.c.

Field Documentation

◆ dh

DH* dh

The openssl DH object

Definition at line 35 of file crypto_dh_openssl.c.

Referenced by crypto_dh_free_(), crypto_dh_generate_public(), crypto_dh_get_bytes(), and crypto_dh_get_public().


The documentation for this struct was generated from the following files: