![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Go to the source code of this file.
Macros | |
#define | TEA_STATE_SIZE (MAX(DT_CACHELINE_BYTES, 2*sizeof(unsigned int))) |
#define | TEA_ROUNDS 8 |
Functions | |
static unsigned int * | alloc_tea_states (size_t numthreads) |
static unsigned int * | get_tea_state (unsigned int *const states, int threadnum) |
static void | free_tea_states (unsigned int *states) |
static void | encrypt_tea (unsigned int *arg) |
static float | tpdf (unsigned int urandom) |
#define TEA_ROUNDS 8 |
#define TEA_STATE_SIZE (MAX(DT_CACHELINE_BYTES, 2*sizeof(unsigned int))) |
|
inlinestatic |
References dt_alloc_align, and TEA_STATE_SIZE.
Referenced by process(), and process_random().
|
inlinestatic |
References key, and TEA_ROUNDS.
Referenced by process(), and process_random().
|
inlinestatic |
References dt_free_align.
Referenced by process(), and process_random().
|
inlinestatic |
References TEA_STATE_SIZE.
Referenced by process(), and process_random().
|
inlinestatic |
Referenced by process(), and process_random().