MagickCore 7.0.10
_ChachaInfo Struct Reference

Data Fields

unsigned int blocksize
 
unsigned int key [16]
 
ssize_t rounds
 
time_t timestamp
 
size_t signature
 

Detailed Description

Definition at line 51 of file chacha.c.

Field Documentation

◆ blocksize

unsigned int _ChachaInfo::blocksize

Definition at line 54 of file chacha.c.

Referenced by AcquireChachaInfo(), and GetChachaBlocksize().

◆ key

unsigned int _ChachaInfo::key[16]

Definition at line 55 of file chacha.c.

Referenced by EncipherChachaBlock(), SetChachaKey(), and SetChachaNonce().

◆ rounds

ssize_t _ChachaInfo::rounds

Definition at line 58 of file chacha.c.

◆ signature

size_t _ChachaInfo::signature

Definition at line 64 of file chacha.c.

Referenced by AcquireChachaInfo(), DestroyChachaInfo(), GetChachaBlocksize(), and SetChachaKey().

◆ timestamp

time_t _ChachaInfo::timestamp

Definition at line 61 of file chacha.c.

Referenced by AcquireChachaInfo().


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