Home
last modified time | relevance | path

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

/linux-6.3-rc2/crypto/
A Dhctr2.c35 #define TWEAK_SIZE 32 macro
118 tweak_length_block[0] = cpu_to_le64(TWEAK_SIZE * 8 * 2 + 2 + has_remainder); in hctr2_hash_tweaklen()
183 err = crypto_shash_update(hash_desc, req->iv, TWEAK_SIZE); in hctr2_hash_tweak()
505 inst->alg.ivsize = TWEAK_SIZE; in hctr2_create_common()
A Dadiantum.c62 #define TWEAK_SIZE 32 macro
239 BUILD_BUG_ON(TWEAK_SIZE % POLY1305_BLOCK_SIZE != 0); in adiantum_hash_header()
241 TWEAK_SIZE / POLY1305_BLOCK_SIZE, 1); in adiantum_hash_header()
583 inst->alg.ivsize = TWEAK_SIZE; in adiantum_create()

Completed in 10 milliseconds