Tor 0.4.9.8
Loading...
Searching...
No Matches
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 68 of file crypto_dh_nss.c.

Field Documentation

◆ dh

◆ dh_type

int dh_type

Definition at line 69 of file crypto_dh_nss.c.

◆ pubkey

SECKEYPublicKey* pubkey

Definition at line 71 of file crypto_dh_nss.c.

◆ seckey

SECKEYPrivateKey* seckey

Definition at line 70 of file crypto_dh_nss.c.


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