Searched refs:compress_name (Results 1 – 1 of 1) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_private.h | 91 #define HASH_PROCESS_(func_name, compress_name, compress_n_name, state_var, block_size) \ argument 96 int (*compress)(hash_state *, const unsigned char *) = compress_name; \ 145 #define HASH_PROCESS(func_name, compress_name, state_var, block_size) \ argument 146 HASH_PROCESS_(func_name, compress_name, NULL, state_var, block_size)
|
Completed in 3 milliseconds