GNUnet 0.21.1
DVKeyState Struct Reference

Structure of the key material used to encrypt backchannel messages. More...

Collaboration diagram for DVKeyState:
[legend]

Data Fields

gcry_cipher_hd_t cipher
 State of our block cipher. More...
 
struct {
   struct GNUNET_CRYPTO_AuthKey   hmac_key
 Key used for HMAC calculations (via GNUNET_CRYPTO_hmac()). More...
 
   char   aes_key [256/8]
 Symmetric key to use for encryption. More...
 
   char   aes_ctr [128/8]
 Counter value to use during setup. More...
 
material
 Actual key material. More...
 

Detailed Description

Structure of the key material used to encrypt backchannel messages.

Definition at line 4910 of file gnunet-service-transport.c.

Field Documentation

◆ cipher

gcry_cipher_hd_t DVKeyState::cipher

State of our block cipher.

Definition at line 4915 of file gnunet-service-transport.c.

◆ hmac_key

struct GNUNET_CRYPTO_AuthKey DVKeyState::hmac_key

Key used for HMAC calculations (via GNUNET_CRYPTO_hmac()).

Definition at line 4925 of file gnunet-service-transport.c.

◆ aes_key

char DVKeyState::aes_key[256/8]

Symmetric key to use for encryption.

Definition at line 4930 of file gnunet-service-transport.c.

◆ aes_ctr

char DVKeyState::aes_ctr[128/8]

Counter value to use during setup.

Definition at line 4935 of file gnunet-service-transport.c.

◆ 

struct { ... } DVKeyState::material

Actual key material.


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