Home
last modified time | relevance | path

Searched refs:TWEAK_SIZE (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/crypto/
Dadiantum.c62 #define TWEAK_SIZE 32 macro
247 BUILD_BUG_ON(TWEAK_SIZE % POLY1305_BLOCK_SIZE != 0); in adiantum_hash_header()
249 TWEAK_SIZE / POLY1305_BLOCK_SIZE); in adiantum_hash_header()
620 inst->alg.ivsize = TWEAK_SIZE; in adiantum_create()