DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
 
crypto_storedhostkey_t Struct Reference
+ Collaboration diagram for crypto_storedhostkey_t:

Data Fields

lhnetaddress_t addr
 
int aeslevel
 
char idfp [FP64_SIZE+1]
 
qbool issigned
 
int keyid
 
struct crypto_storedhostkey_s * next
 

Detailed Description

Definition at line 579 of file crypto.c.

Field Documentation

◆ addr

lhnetaddress_t crypto_storedhostkey_t::addr

Definition at line 582 of file crypto.c.

Referenced by Crypto_HostKeys_f(), Crypto_RetrieveHostKey(), and Crypto_StoreHostKey().

◆ aeslevel

int crypto_storedhostkey_t::aeslevel

Definition at line 585 of file crypto.c.

Referenced by Crypto_HostKeys_f(), Crypto_RetrieveHostKey(), and Crypto_StoreHostKey().

◆ idfp

char crypto_storedhostkey_t::idfp[FP64_SIZE+1]

Definition at line 584 of file crypto.c.

Referenced by Crypto_HostKeys_f(), Crypto_RetrieveHostKey(), and Crypto_StoreHostKey().

◆ issigned

qbool crypto_storedhostkey_t::issigned

Definition at line 586 of file crypto.c.

Referenced by Crypto_RetrieveHostKey(), and Crypto_StoreHostKey().

◆ keyid

int crypto_storedhostkey_t::keyid

Definition at line 583 of file crypto.c.

Referenced by Crypto_HostKeys_f(), Crypto_RetrieveHostKey(), and Crypto_StoreHostKey().

◆ next

struct crypto_storedhostkey_s* crypto_storedhostkey_t::next

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