Home
last modified time | relevance | path

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

/linux/crypto/
H A Dhctr2.c82 const __le64 tweak_length_block[2] = { in hctr2_hash_tweaklens() local
87 polyval_update(&ctx, (const u8 *)&tweak_length_block, in hctr2_hash_tweaklens()
88 sizeof(tweak_length_block)); in hctr2_hash_tweaklens()
89 static_assert(sizeof(tweak_length_block) == POLYVAL_BLOCK_SIZE); in hctr2_hash_tweaklens()