|
MagickCore 7.0.10
|
Data Fields | |
| unsigned int | blocksize |
| unsigned int | key [16] |
| ssize_t | rounds |
| time_t | timestamp |
| size_t | signature |
| unsigned int _ChachaInfo::blocksize |
Definition at line 54 of file chacha.c.
Referenced by AcquireChachaInfo(), and GetChachaBlocksize().
| unsigned int _ChachaInfo::key[16] |
Definition at line 55 of file chacha.c.
Referenced by EncipherChachaBlock(), SetChachaKey(), and SetChachaNonce().
| size_t _ChachaInfo::signature |
Definition at line 64 of file chacha.c.
Referenced by AcquireChachaInfo(), DestroyChachaInfo(), GetChachaBlocksize(), and SetChachaKey().
| time_t _ChachaInfo::timestamp |
Definition at line 61 of file chacha.c.
Referenced by AcquireChachaInfo().