![]() |
DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
|
|
Data Fields | |
lhnetaddress_t | addr |
int | aeslevel |
char | idfp [FP64_SIZE+1] |
qbool | issigned |
int | keyid |
struct crypto_storedhostkey_s * | next |
lhnetaddress_t crypto_storedhostkey_t::addr |
Definition at line 582 of file crypto.c.
Referenced by Crypto_HostKeys_f(), Crypto_RetrieveHostKey(), and Crypto_StoreHostKey().
int crypto_storedhostkey_t::aeslevel |
Definition at line 585 of file crypto.c.
Referenced by Crypto_HostKeys_f(), Crypto_RetrieveHostKey(), and Crypto_StoreHostKey().
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().
qbool crypto_storedhostkey_t::issigned |
Definition at line 586 of file crypto.c.
Referenced by Crypto_RetrieveHostKey(), and Crypto_StoreHostKey().
int crypto_storedhostkey_t::keyid |
Definition at line 583 of file crypto.c.
Referenced by Crypto_HostKeys_f(), Crypto_RetrieveHostKey(), and Crypto_StoreHostKey().
struct crypto_storedhostkey_s* crypto_storedhostkey_t::next |
Definition at line 581 of file crypto.c.
Referenced by Crypto_ClearHostKey(), Crypto_ClearHostKeys(), Crypto_HostKeys_f(), Crypto_RetrieveHostKey(), and Crypto_StoreHostKey().