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

Data Fields

int c
 
int cdata_id
 
char challenge [2048]
 
d0_blind_id_tid
 
int next_step
 
int s
 
qbool wantserver_aes
 
char wantserver_idfp [FP64_SIZE+1]
 
qbool wantserver_issigned
 

Detailed Description

Definition at line 510 of file crypto.c.

Field Documentation

◆ c

int crypto_data_t::c

Definition at line 513 of file crypto.c.

◆ cdata_id

int crypto_data_t::cdata_id

Definition at line 519 of file crypto.c.

◆ challenge

char crypto_data_t::challenge[2048]

Definition at line 515 of file crypto.c.

◆ id

d0_blind_id_t* crypto_data_t::id

Definition at line 512 of file crypto.c.

◆ next_step

int crypto_data_t::next_step

Definition at line 514 of file crypto.c.

◆ s

int crypto_data_t::s

Definition at line 513 of file crypto.c.

◆ wantserver_aes

qbool crypto_data_t::wantserver_aes

Definition at line 517 of file crypto.c.

◆ wantserver_idfp

char crypto_data_t::wantserver_idfp[FP64_SIZE+1]

Definition at line 516 of file crypto.c.

◆ wantserver_issigned

qbool crypto_data_t::wantserver_issigned

Definition at line 518 of file crypto.c.


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