GNUnet 0.21.0
GNUNET_CRYPTO_SymmetricSessionKey Struct Reference

type for session keys More...

#include <gnunet_crypto_lib.h>

Data Fields

unsigned char aes_key [(256/8)]
 Actual key for AES. More...
 
unsigned char twofish_key [(256/8)]
 Actual key for TwoFish. More...
 

Detailed Description

type for session keys

Definition at line 466 of file gnunet_crypto_lib.h.

Field Documentation

◆ aes_key

unsigned char GNUNET_CRYPTO_SymmetricSessionKey::aes_key[(256/8)]

Actual key for AES.

Definition at line 471 of file gnunet_crypto_lib.h.

Referenced by do_decrypt(), do_encrypt(), GNUNET_CRYPTO_symmetric_derive_iv_v(), and setup_cipher_aes().

◆ twofish_key

unsigned char GNUNET_CRYPTO_SymmetricSessionKey::twofish_key[(256/8)]

Actual key for TwoFish.

Definition at line 476 of file gnunet_crypto_lib.h.

Referenced by GNUNET_CRYPTO_symmetric_derive_iv_v(), and setup_cipher_twofish().


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