Tor 0.4.9.0-alpha-dev
Data Fields
crypto_ope_t Struct Reference

Data Fields

uint8_t key [OPE_KEY_LEN]
 
uint64_t samples [N_SAMPLES]
 

Detailed Description

Definition at line 41 of file crypto_ope.c.

Field Documentation

◆ key

uint8_t key[OPE_KEY_LEN]

An AES key for use with this object.

Definition at line 43 of file crypto_ope.c.

Referenced by ope_get_cipher().

◆ samples

uint64_t samples[N_SAMPLES]

Cached intermediate encryption values at SAMPLE_INTERVAL, SAMPLE_INTERVAL*2,...SAMPLE_INTERVAL*N_SAMPLES

Definition at line 46 of file crypto_ope.c.


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